Please enable JavaScript to use CodeHS

Tennessee Coding I

Lesson 11.4 Iterating Through an Object

Description

In this lesson, students will learn how to use a for…in loop to iterate over all of the keys in an object.


Objective

Students will be able to…

  • Iterate through the keys of an object
  • Better understand the difference between keys and values in an object