how to do comments in jaavascript code example
Example 1: how to comment in javascript
/* this is a javascript comment
that is multi lines */
// This is a single line comment
Example 2: javascript note
// This is a JavaScript note
/* this is a javascript comment
that is multi lines */
// This is a single line comment
// This is a JavaScript note