How to 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: Administrator

Read Online JavaScript Job Interview Questions And Answers