HBH Javascript Challenge 4 Solution



function checkpw()
{

var pww;
/*
//password = document.password.password.value;
// 012345678901234*/
var riddle = "query test mess";
//abcdefghijklmno
/*
For Challenge Source Code visit : http://www.hellboundhackers.org/challenges/js/js15/index.php

*/
// Solution by Techno Knol Started
a = riddle.charAt(8); // pw's char(0) = riddle(i) = s ; and s is at position 8