
JavaScript: From Fundamentals to Functional JS, v2 Looping Exercise, Part 2
This course has been updated! We now recommend you take the JavaScript: From First Steps to Professional course.
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.