comment in JavaScript

Anything written after double slashes // (single line comment) or between /* and */ (multi-line comment) is treated as comment and ignored by JavaScript compiler.