Types
In this section we'll cover JavaScript's fundamental types:
- The primitive types:
Boolean,Number,String - The object types:
Array,Object,Function - Nullability:
null,undefined
We'll also learn how to check the type of a value at runtime.