Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

JS 15


ghost's Avatar
0 0

Iv done all the others, most on my own some with articles… any way im stumped on js 15, i just cant seem to think of any way or thing!

i read a forum post saying it was something to do with the alph***t.

any help would be appriciated thanks!


ghost's Avatar
0 0

It uses letters of the alph***t but you just need to work out what you can input that will make the two values equal… Not that hard but you may need a pen and piece of paper, or a text file, to work it out


ghost's Avatar
0 0

it has a pattern…once u get it; the rest is easy


ghost's Avatar
0 0

ty for posting buy im Still STUCK :(

RED ALERT RED ALERT RED ALERT RED ALERT RED ALERT RED ALERT

CAN ANYONE ELSE HELP AND GIVE ME SOME MORE POINTERS?


ghost's Avatar
0 0

Try debugging it, although its not buggy it will still help you.

Try saving the JS to your desktop and playing with the script. Put out some test cases and see what all the variables are equal to.

Just looking at the script you can pretty much figure out how it works and how to solve it.


ghost's Avatar
0 0

There is an article written on this challenge as well. I suggest learning about the JavaScript functions used in the challenge as well as learning about some basic algorithms (the one used is very basic).