Special Objects: Arrays

Arrays are similar to objects (in fact, they are objects), the only difference is that they are contiguous ordered


Symbols

Symbols are primitive data types that can be created with the following syntax: let symbolName = Symbol("optionalDescription"); . A symbol can…