var foo = 5 + 6 * 7
var bar = foo % 8
var moo = bar * 2
var rar = moo / 3
function check(x)
{
if (x.length == moo)
{
alert("win!");
window.location += "?lvl_password="+x;
} else {
alert("fail D:");
}
}
if (x.length == moo)Firstly You will Want To Notice This Line Here, This Basically sets The Mission.
var foo = 5 + 6 * 7
var bar = foo % 8
var moo = bar * 2
var rar = moo / 3You will then need to move onto this section here, Read and follow basically. I cant make it any simpler than that.
If you stil ldont understand it i recommend using
www.htmlite.com to learn javascript. It really isnt a hard mission even if oyu dont know javascript at all.