how to make comment post javascript code example
Example 1: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
Example 2: javascript note
// This is a JavaScript note
//This is a javascript single line comment
/*
And here is a
multiline comment
*/
// This is a JavaScript note