Which line would be used to comment JavaScript code? code example
Example: how to comment in javascript
/* this is a javascript comment
that is multi lines */
// This is a single line comment
/* this is a javascript comment
that is multi lines */
// This is a single line comment