FreeCodeCamp: Basic JavaScript06 - zilongxuan001/LearnFreecode GitHub Wiki

Basic JavaScript目录

Lesson: Build JavaScript Objects

Lesson: Accessing Objects Properties with the Dot Operator

Lesson: Accessing Objects Properties with Bracket Notation

Lesson: Accessing Objects Properties with Variables

Lesson: Updating Object Properties

Lesson: Add New Properties to a JavaScript Object

Lesson: Delete Properties from a JavaScript Object

Lesson: Using Objects for Lookups

Lesson: Testing Objects for Properties

Lesson: Introducing JavaScript Object Notation (JSON)

Lesson: Accessing Nested Objects in JSON

Lesson: Accessing Nested Arrays in JSON

Lesson Review: Record Collection