About JavaScript statements
- JavaScript is made up of statements
- These statements are executed by web browser
- Statements use keywords (vocabulary) and operators (symbols)
- Statements have syntax (grammar)
- JavaScript statements end with semicolon ;
- JavaScript is case sensitive
- JavaScript code blocks use pairs of curly braces { }
See Also
JavaScript statements @ w3schools.com