0
Comments
Can /* */ comments be legal in JS? Or is it just a compiler glitch?
2 ответов
+ 2
show your code
+ 3
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?