Javascript 5
Read this article :
http://www.hellboundhackers.org/readarticle.php?article_id=321
and you will find the answer :)
BlackNDoor wrote: Read this article :
http://www.hellboundhackers.org/readarticle.php?article_id=321
and you will find the answer :)
Nice! I used alert, and it worked. but now i know why i got this spooky number(:
Interestingly, Date.getYear() has been deprecated since JavaScript 1.3: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Date:getYear
And they instead recommend people to use Date.getFullYear() instead, which does give the 4-digit year.
radiator wrote: Interestingly, Date.getYear() has been deprecated since JavaScript 1.3: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Date:getYear
And they instead recommend people to use Date.getFullYear() instead, which does give the 4-digit year.
That would ruin the whole challenge really… But there would be less people calim that it would be broke^^ I dont understand why people want to solve it the hard way:vamp: