This course has been updated! We now recommend you take the JavaScript: From First Steps to Professional course.

Check out a free preview of the full JavaScript: From Fundamentals to Functional JS, v2 course:
The "Looping Exercise, Part 2" Lesson is part of the full, JavaScript: From Fundamentals to Functional JS, v2 course featured in this preview video. Here's what you'd learn in this lesson:

Building on the previous exercise, students loop through an array marking a specific value.

Get Unlimited Access Now

Transcript from the "Looping Exercise, Part 2" Lesson

[00:00:00]
>> Bianca Gandolfo: So the next one is, you wanna loop through all the properties of the suspect objects and the suspects array. So you wanna be looping through name, color, name, color. And while you're at it, if you have a hunch on who you think is guilty, why not just mark it?

[00:00:21]
>> Bianca Gandolfo: And how you mark it, it's up to your discretion how you want to design your structure.