Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Bulldog) (2022)

Lesson 12.11 When Do I Use an Object?

Description

In this lesson, students will reflect on when to use an object as their data structure and learn about programming paradigms.


Objective

Students will be able to…

  • Better understand when to choose an object as their data structure.
  • How to check if a key is in an object.
  • Define and compare different programming paradigms