- Identify the 5 primitive types
- Create & modify variables
- Create expressions using arithmetic operators (
+,-,*,/,%) - Evaluate comparisons (
===,!==,>,||,&&)
-
List and define the 5 main primitive types in javascript
Your answer...
-
What is the syntax for creating and re-assigning variables?
-
What is the default value for variables if you don't assign them?