I'm not very good with javascript yet i know some things due to some knowledge in actionscript. I'm tring to make an impossible quiz and it seems quite impossible to make. when veiwing the pade it says there is a script error. Can someone please find it for me please.
Test your knowledge on gadgets.
2007-04-25
05:21:09 ·
update #1
var yourAns = [];
function Engine(question, answer) {
yourAns[question] = answer;
}
function Score() {
if (yourAns[1] == "a") {
alert('WTF ..');
} else {
alert("WTR...");
}
i found this doesn't work. Stupid of me not to use two equal signs.
2007-04-25
05:52:57 ·
update #2