Comments in JavaScript are either:
// For a single line or remainder of a line.
or
/* To start a series of comment lines and
*/ to end the lines of comments.