You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem as @hooke. Very confusing because even though the code is actually commented out, the syntax highlighting makes it appear as if the code will run.
Note that I only encounter this issue when using a multi-line comment /* */ and NOT a single line comment //, and then typing a closing curly bracket }
Well, the problem is clearly seen from the screenshots below.
I couldn't find any strict recomentation for JS to break the line after the closing brace. JSHint doesn't generate any warnings too.
The text was updated successfully, but these errors were encountered: