comment example js
Example 1: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
Example 2: comment in js
// use '//'
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
// use '//'