Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Chaining Array Methods 3:37
- Method Chaining 1 objective
- Working with Objects in Arrays 7:40
- Working with Objects 1 objective
- Combining filter() and map() 4:13
- Combining filter() and map() 1 objective
- Combining filter() and reduce() 4:42
- Combining filter() and reduce() 1 objective
- Nested Data and Additional Exploration 7:25
- Array Flattening 1 objective
- Nested Data 1 objective
Well done!
You have completed JavaScript Array Iteration Methods!

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
As a JavaScript developer, you'll often work with arrays of objects. Get some practice using the methods you've learned with arrays of objects.
Snippets from the Video
const users = [
{name: 'Samir'},
{name: 'Angela'},
{name: 'Beatrice'}
];
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Samuel Kleos
Front End Web Development Techdegree Student 13,728 Points1 Answer
-
Emil Lau
6,233 Points1 Answer
-
Nnanna Okoli
Front End Web Development Techdegree Graduate 19,181 Points2 Answers
-
karan Badhwar
Web Development Techdegree Graduate 18,135 Points1 Answer
-
Frank keane
8,074 Points1 Answer
-
Federico Lemaire
8,423 Points3 Answers
-
Umidjon Khaitov
8,884 Points1 Answer
-
Scott Wells
8,715 PointsI though .reduce(); made a new array, not a new object?
Posted by Scott WellsScott Wells
8,715 Points1 Answer
-
Peter Retvari
Full Stack JavaScript Techdegree Student 8,392 Points2 Answers
-
Daniel Benisti
Front End Web Development Techdegree Graduate 22,224 Points2 Answers
-
Kahriq Chatmon
8,694 Points1 Answer
-
andreasantecki
12,577 Points2 Answers
-
Clayton Knight
810 Points2 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up