To create a line comment, you add
two slashes ( // ) before the text you want to use as a comment. The // characters instruct
JavaScript interpreters to ignore all text following the slashes on the same line. You can
place a line comment either at the end of a line of code or on its own line.