Answers

Question and Answer:

  Home  JavaScript

⟩ How to comment JavaScript code?

Use // for a single line comments in JavaScript and

/* start of Multiple lines comment in JavaScript

Multiple line comments in JavaScript

*/ for block comments in JavaScript

 166 views

More Questions for you: