September 2024
Beginner to intermediate
985 pages
35h 37m
English
In total, JavaScript distinguishes among six different data types: on the one hand, there are the three primitive data types for representing numbers, strings, and Boolean values; on the other hand, there are the special data types null and undefined (also forms of primitive data types), plus the Object type, which serves as the basis for creating your own (complex) objects (see also Chapter 4).
In addition, we’ll introduce so-called arrays in this section. Strictly speaking, these are not a separate data type in JavaScript, but they are so essential and important for programming that we’ll briefly discuss them here (and then in detail together with objects in Chapter 4). In addition, some of the concepts ...
Read now
Unlock full access