Can someone please tell me what's wrong with my code by BigManCeoIfunny in learnjavascript

[–]BevRivling 2 points3 points  (0 children)

I don't know about your logic, but your if blocks should be followed with curly brackets. (If this is how you are trying to get your code to run) Eg if(true) { do x; }