how does a javascript comment look like code example
Example: comment in JavaScript
// This is how you comment a single line in JavaScript
/*
This is how you comment
multiple lines in
JavaScript
*/
// This is how you comment a single line in JavaScript
/*
This is how you comment
multiple lines in
JavaScript
*/