Problem:
Task reads " Create an empty if statement that checks if the sum of the player’s y position, height, and y velocity is less than or equal to the height of the canvas."
won’t work. But if I load the next step, it shows the first option as the correct answer (even though copying it from Step 24 and pasting it in Step 23 won’t work)
Figured out the cause: the page expects the parameters for the if() statement to be written in a specific manner (position — height — velocity), even though any order should work.
(please let me know if these posts/error reports are not the preferred method for reporting issues: since the revamped Javascript course is in beta, I figured I would be helping out if I provide feedback on any issues I find)