Comments

Examples Filter
// a one line comment
 
/* this is a longer, 
 * multi-line comment
 */
 
/* You can't, however, /* nest comments */ SyntaxError */
// This is a single line comment.

/* This is a multiline comment.
   /* It can be nested. */
*/