0 votes
in JavaScript by
How to write a comment in JavaScript?

1 Answer

0 votes
by

here 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 */

Related questions

0 votes
asked Jun 9, 2022 in JavaScript by sharadyadav1986
+1 vote
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
...