CS 101 Web
Construction, Instructor: Jeffrey Horn
// This means that the JavaScript interpreter ignores
// everything after the double slash but only to the
// end of the current line.
/* This comment can proceed
across multiple lines of the source code. Everything between the
delimiters is ignored by the JavaScript interpreter. */