Javascript 11
Javascript 11
Javascript 11
I made this challenge in like 2 minutes so i cant say its complicated…There is 2 ways (that i know) to complete this challenge:
1: The first way of doing this is the complicated way for you who dont really know that much about javascript. Now check the javascript it looks weird doesnt it? It uses the 'charCodeAt' function, This function can be used to convert the char at the given index to the ASCII value.
2: For the others who know javascript, Read the script and check what is going to happen if you write the correct password in, alert it and voÃÂÂla.
Dont PM me for spoilers cause i wont give any.
ghost 18 years ago
go to 'edit article'. And an even easier way to do this is to enter the javascript into the javascript console on firefox (hold alt then tap t then c) but only the bit that the password is checked against the console will print the result :)