What I expect to happen: The student wants lines 38 and 39 to show up if clicks do not equal 5. What actually happens: I can’t see what will actually happen because the code will not run with the syntax error. The code looks good to me. What I’ve tried: I have tried deleting several lines of code to clear the error. I have checked for comma/bracket type-o’s. I have walked away from it twice to give my eyes a break. I have compared her code with my code that I did that works for a similar project.
Yes. You are correct. I remixed it and added in the variable for the clicks, but the same syntax error is showing up. Here is the link to the remixed with the added clicks variable: Code.org - Game Lab
@jennifer.hemry, On line 35, you have an extraneous semi-colon in the code. Guessing that if you remove that, you will be able to go back to block mode.