- 3

How to add comment in JavaScript

JavaScript comment

29th Dec 2019, 12:43 PM
Kehinde Olaleye
Kehinde Olaleye - avatar
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.
29th Dec 2019, 1:34 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
With // you can add single line comment just like in java and C
29th Dec 2019, 12:47 PM
Brijesh Paghdal
Brijesh Paghdal - avatar
0
//This is for single line comment /* This is for multiple line comment */
29th Dec 2019, 1:46 PM
Ramin.RX7
Ramin.RX7 - avatar