Chapter 16: More on Types
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Describe the meaning of special primitive types
undefinedandnulland provide examples of situations in which they may be used - Understand the difference between primitive and object types, including what it means for primitive types to be immutable
- List the 5 primitive types in JS:
string,number,boolean,null, andundefined.
Key Terminology
Here is a list of key terms you should know from this chapter.
- primitive
undefined1null