Here is a snippet of JavaScript code from a tutorial I was working with. I don’t understand why it doesn’t end with a final else clause; I thought that was a ru
else
change the if condition for answer validation if(answer==100) to if(answer===100) it is working fine now...