I am currently at step 55. The “Check your code” button is not working at all, I tried everything from signing out and deleting cookies to restarting the entire course but nothing happens…
currentTitle and currentArtist are new variables you need to declare and assign values to. When you assign a value to a variable, which side of the equals sign should the variable name be on?
But you are correct in a sense: the button doesn’t work unless you have taken care of all major syntax errors (syntax is like the set of grammar and punctuation rules for a coding language). In my opinion, the button should also check if you have a syntax error. These errors are pretty obvious if you copy and paste your code over to something like playcode.io. I recommend using something like that when you find yourself having major issues and especially when you are doing the challenges.