Javascript - Comments

Javascript - Comments

About

Language - Comment in Javascript

Syntax

  • Same rule than in CSS: See Comment
  • and double slash
// This is a comment
/* This 
       one 
             also 
                   but on multiple lines
*/

var a = /* It can also appears in the middle of an expression */ 42;
console.log(a);







Share this page:
Follow us:
Task Runner