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.

Oldest comments (0)