javascrip library for comments code example
Example 1: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
Example 2: comment in js
// use '//'
Example 3: javascript comment
// For single line comment
/* For block of lines comment
...
...
*/
Example 4: comments in js
// comment sigle line