WTF Is That !!
Could anyone help please?
i don’t really understand this “Math Problem” i tryed more and i don’t understand it.
can anyone explain please and solve it??
i checked this page for examples but i still don’t get it.
http://www.w3schools.com/jsref/jsref_sin.asp
i really hate math :D
helps would be appreciated.
If you don’t like math you might want to focus on the variables.
Take a look at the variables and check which one is important and then try to get the value of it.
You don’t have to do the math if you don’t want to d:
Well you are wrong with the “Y” you should look again ;)
And you might want to look up some JavaScript functions.
You will have to get the value of the variable the easiest way would be to use alert I guess.
I guess you haven’t looked through the other threads here because it was mentioned several times.
You can type javascript:alert(variablename); in you URL bar to output the value of the variable. (Doesn’t work in every browser I think - works fine in Chrome)
If that doesn’t work then you still can use console.log(variablename); I guess.
i dont know if your going to want to kill me lol but when i told my teacher i didnt like math thats when he told me practice harder now that i know that it will make you better it did as a young adult i could do trig like it was nothing i was moving on towards applied technical mathematics now i forgot most of it but if numbers bother you look up set theory and all that type of stuff it will broaden your horizon on math :)
i bake therefore im fried!!
@Virus97x well it was the wrong variable I guess.
You will have to look at the JavaScript. If you know what happens there then you know which variable you need.
var length = 5;
var x = 3;
var y = 2;
y = Math.sin(118.13);
y = -y;
x = Math.ceil(y);
y++;
y = y+x+x;
y *= (y/2);
y++;
y++;
length = Math.floor(y);
```
Password:```
This is what you have to look at.
I cannot help you more then that.. Look up JavaScript if you don’t know what this is all about.
@ColdIV nicely put mate
When solving problems, dig at the roots instead of just hacking at the leaves.
When solving problems, dig at the roots instead of just hacking at the leaves.
Just because I am paranoid doesnt mean theyre not after me…
Hi all,
I’d had the answer of ‘javascript:alert(varieblename)’ …
And i put it on the code bar then ‘submit’, but it didn’t work …
I don’t know what to do with that answer.
Can you help me with that?
- Obsession is destructive, passion is constructive -
/dev/null
11 years ago
0
It is much easier to alert the value of the variable. :)
Either way will work but by letting them do it locally they might actually learn something out of it! :)
/dev/null
11 years ago
0
Yeah ok, true, fair enough. :)