coment on javascript code example
Example 1: comment in JavaScript
// This is how you comment a single line in JavaScript
/*
This is how you comment
multiple lines in
JavaScript
*/
Example 2: comments in js
// comment sigle line
// This is how you comment a single line in JavaScript
/*
This is how you comment
multiple lines in
JavaScript
*/
// comment sigle line