Var?
But that's what it said! Right?
Level 4
Javascript Mission 4:
Faith is trying to trick you... she knows that you're tired after all the math works...
_________________
Password:|_________________|
Check Password
Solution:- Just a little trick about variable.
- View page source code, and find the javascript code below.
- The value of variable "RawrRawr" is "moo".
- The IF statement is the hint.
if (x == ""+RawrRawr+"")
- "" is equal to NULL, i.e., nothing. So, the answer is "moo"
- Input "moo" and submit. It's done!