Statements

  • A statement is terminated by the end of the line, or by a semicolon
  • Semicolons are optional for lines containing a single statement
  • A semicolon is required between two statements on the same line

Resources URL: 
notes/javascript/resources
Sources URL: 
notes/javascript/sources

See Also