DEV Community

Cover image for JavaScript Iterators (array methods) - Codecademy PRO version
Dusan
Dusan

Posted on

JavaScript Iterators (array methods) - Codecademy PRO version

TL;DR: I completed the Iterators course in JavaScript: Arrays, Loops, and Objects module on Codecademy. This is a part of the πŸ”— Codecademy Web Development Career Path series.

You can find the video on YouTube below ⬇️

If you like the video, don't forget to smash that like icon πŸ‘ and subscribe ❀️. It will help a lot! Thanks! πŸ™

⏱️ Chapters:
πŸ”— 0:00 Intro
πŸ”— 0:43 Introduction
πŸ”— 3:25 Functions as Data
πŸ”— 8:28 Functions as Parameters
πŸ”— 15:02 Review
πŸ”— 16:22 Introduction to Iterators
πŸ”— 20:12 The .forEach() Method
πŸ”— 24:02 The .map() Method
πŸ”— 29:04 The .filter() Method
πŸ”— 35:13 The .findIndex() Method
πŸ”— 40:42 The .reduce() Method
πŸ”— 50:18 Iterator Documentation
πŸ”— 59:30 Choose the Right Iterator
πŸ”— 1:04:03 Review (ITERATORS)
πŸ”— 1:11:22 Mini Linter (PROJECT)
πŸ”— 1:29:14 Iterators Quiz

πŸ“š Materials/References:
πŸ”— JavaScript Iterators (array methods) cheatsheet

πŸ”— MDNs Array iterator methods page

Thanks for reading! I hope you find it useful.

Top comments (0)