Comments



examples/javascript/comments.js
// lines starting with two slashes

console.log('Hello World');

/*
   text
   between these marks
*/