Search⌘ K
AI Features

Exercise 2: Let's iterate!

Practice iterating over JavaScript objects to modify specific properties. Understand how to use both dot notation and square brackets to access and update values in an object, reinforcing your skills in object handling.

We'll cover the following...

Problem Statement

You need to ...