How you comment JavaScript code?

Submitted by: Administrator
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
Submitted by:

Read Online Expert JavaScript Developer Job Interview Questions And Answers