I\'m making a simple website for little kids with mathproblems,
the page contains a number of questions that the kids need to solve. They can press on 1 button that chec
Took me a minute to realise you had simply not completed your quotes on the window alert "try again"
function question1() { if (value == 32) { window.alert("Correct!"); } else { window.alert("Try again") } }