a semicolon is needed after function declaration
//true or false
false
its not needed
what are the 8 data types?
number
bigint
string
boolean
null
undefined
object / symbol
The ______ construct can replace multiple if checks. It uses === (strict equality) for comparisons.
“switch”