;  or  /* ... */

Action: Indicates a comment. Subsequent characters on the script line are ignored.
 
Syntax: ; this is a single line comment

/* Comments can contain keywords such as
for and while without generating errors. */

? "Hello" /* Comments can go here */