0
Comments
Can /* */ comments be legal in JS? Or is it just a compiler glitch?
2 odpowiedzi
+ 2
show your code
+ 2
It's literally a legal comment. It's a multi line comment. So you can type comments in multiple lines with a single comment.
Can /* */ comments be legal in JS? Or is it just a compiler glitch?