js inline comment code example
Example 1: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
Example 2: block comment js
/* this is a block
comment in javascript */
Example 3: javascript note
// This is a JavaScript note