How to write a comment in JavaScript?


There are two types of comments in JavaScript.

  1. Single Line Comment: It is represented by // (double forward slash)
  2. Multi-Line Comment: Slash represents it with asterisk symbol as /* write comment here */

Leave a Reply

Your email address will not be published. Required fields are marked *