September 2024
Beginner to intermediate
985 pages
35h 37m
English
In addition to primitive data types and the special data types null and undefined, which you know from the previous chapters, JavaScript also provides so-called reference types.
Reference types like objects and arrays have already been mentioned in previous chapters. In this chapter, we’ll introduce reference types in a little more detail.
In Chapter 3, we discussed the various primitive data types in detail, and you learned about two reference types (or reference data types): objects and arrays. However, we haven't explained the exact difference between primitive data types and reference data types yet. Let’s go over this now.
Read now
Unlock full access