| JavaScript - Semicolons | | Print | |
JavaScript statements are terminated by semicolons. When a statement is followed by a newline, however, the terminating semicolon may be omitted. Note that this places a restriction on where you may legally break lines in your JavaScript programs: you may not break a statement across two lines if the first line can be a complete legal statement on its own.
This entry was posted on . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a comment.
Tags: JavaScript, Source, Code, Java, Copy, Paste, Script.
| Users' Comments (0) |
|
No comment posted





