top of page
logo-2-color_2x.png

>

>

Javascript Arrays and Objects

Module Lessons

Javascript Arrays and Objects

Go

Arrays Store Ordered Data

RE: Chapter 4

Learn how arrays store ordered data and how indexing helps JavaScript retrieve values from a list.

38

Go

Mutating Arrays

RE: Chapter 4

Practice the main methods that add, remove, and change items inside arrays.

39

Go

Looping Through Arrays

RE: Chapter 4

Use loops and forEach() to process every item in an array efficiently.

40

Go

Transforming Filtering Summarizing and Sorting

RE: Chapter 4

Transform, filter, summarize, and sort array data with some of JavaScript’s most useful methods.

41

Go

Module 4 - Practice Quiz over Arrays

A practice quiz over arrays, array methods, and iterating through arrays with specific array methods. 

41.1

Go

Objects Group Related Data

RE: Chapter 4

Learn how objects group related data using named properties.

42

Go

Updating Objects and Writing Methods

RE: Chapter 4

Update objects, add properties, and create methods that work with an object’s own data.

43

Go

Arrays of Objects and Real-World Data

RE: Chapter 4

Combine arrays and objects to work with realistic structured data.

44

Go

Reusable Object Patterns, Constructors, and Review

RE: Chapter 4

Build reusable object patterns and review how arrays and objects work together in larger programs.

45

Go

Module 4 - Practice Quiz Over Objects

Practice quiz over data objects, mutation methods, realistic objects used in projects, and creating reusable object patterns. 

45.1

bottom of page