- 3
How to add comment in JavaScript
JavaScript comment
3 ответов
+ 5
OSK the purpose of the section is not to spam it with basic questions. Everything you asked about is in the JavaScript course, you just have to read it.
+ 1
With // you can add single line comment just like in java and C
0
//This is for single line comment
/* This is for
multiple
line
comment */