There are two types of comments in JavaScript.
1. Single-line Comment
It is represented by double forward slashes (//).
2. Multi-line Comment
/* your code here */
There are two types of comments in JavaScript.
1. Single-line Comment
It is represented by double forward slashes (//).
2. Multi-line Comment
/* your code here */