Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Bulldog)

Lesson 12.9 Basics of Objects

Description

In this lesson, students will learn additional techniques to initialize an object with data and assign new data.


Objective

Students will be able to…

  • Initialize an object with key/value data
  • Assign values to objects using Object Property Notation
  • Understand more examples of how to assign and use keys