Design a Registration Form - Step 45 : i have been getting an error: semi- colon expected even when everything is in place
Hey there,
Please update the message to include your code.
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
You didn’t include your code, but I’m one of those people who likes to skip brackets when I can, like if (userInput === 0) return false;, and especially if there’s an else involved I often mess up where the semicolon(s) go.
1 Like
