single line comment
//
multiline comment
/* */
- undefines
- null
- boolean
- string
- symbol
- bigint
- number
- object
variable allow data to be stored and manipulated. They do this by using a label to point to the data.
assignment operator
=
subtraction operator
-
multiplication operator
*
division operator
/
remainder operator
%