Chapter 7. JavaScript Data Structures: Collections

Table of Contents
7.1. References for this Lesson
7.2. Most Recent Lesson's Assignments
7.3. To Whom It May Concern
7.4. Problemsolving
7.5. Arrays
7.5.1. A Word on Addressing Variables
7.5.2. Arrays
7.5.3. Building Arrays
7.5.4. Methods on Arrays
7.6. Maps
7.7. Assignments JS.Arrays
7.7.1. Assignment JS.Arrays.1
7.7.2. Assignment JS.Arrays.2
7.7.3. Assignment JS.Arrays.3

7.1. References for this Lesson

Background and ref: [Sim20a] Chapter: (1 -) 2

Background and ref: MDN - Standard built-in objects

A useful story 10-steps-to-solving-a-programming-problem