Andy
0
Q:

how to comment in javascript

// single line comment 

/* multiline comemnt 
line 2
line 3
line 4 */
18
//This is a javascript single line comment

/*
And here is a
multiline comment
*/
17
//This does not effect the code.
var something = "But this does effect the code!";
3
/* this is a javascript comment
that is multi lines */
// This is a single line comment
1
// comment sigle line
0

New to Communities?

Join the community