Next:
JavaScript Control Statements
Up:
JavaScript: Formal Syntax
Previous:
Scoping Rules
Comments
The last scoping example contained JavaScript comments:
each line of comment is preceded by two slashes, and
continue from that point to the end of the line.
For example:
// this is a JavaScript comment
No way of commenting large blocks of text as a block.
If you want a block comment then you have to comment each and every line.
Dave Marshall
9/28/2001