Notes
The JavaScript syntax defines two types of values:
- Fixed values
- Variable values
Fixed values are called Literals.
Variable values are called Variables.
Numbers are written with or without decimals:
2.4
12
Strings are text, written within double or single quotes:
"Will Smith"
//or
'Will Smith'