Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ How you 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

 203 views

More Questions for you: