September 2024
Beginner to intermediate
985 pages
35h 37m
English
In addition to primitive data types, there are also the so-called reference types you learned about in this chapter:
The Object reference type represents the base type for all objects in JavaScript.
The Array reference type represents arrays.
The String reference type represents strings.
The Map, WeakMap, Set, and WeakSet data structures are alternatives to normal arrays.
Using array destructuring and object destructuring, it’s relatively easy to assign values or properties from arrays and objects to several variables.
Date and time are represented by the Date reference type.
With the help of the Math reference type, it’s possible to perform complex mathematical calculations.
Regular expressions are represented ...
Read now
Unlock full access