DEV Community

Cover image for JavaScript Arrays - Codecademy PRO version
Dusan
Dusan

Posted on

JavaScript Arrays - Codecademy PRO version

TL;DR: I completed the Arrays 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:30 Arrays
๐Ÿ”— 2:28 Create an Array
๐Ÿ”— 5:33 Accessing Elements
๐Ÿ”— 9:50 Update Elements
๐Ÿ”— 11:38 Arrays with let and const
๐Ÿ”— 15:02 The .length property
๐Ÿ”— 16:42 The .push() Method
๐Ÿ”— 19:02 The .pop() Method
๐Ÿ”— 20:40 More Array Methods
๐Ÿ”— 27:10 Arrays and Functions
๐Ÿ”— 31:38 Nested Arrays
๐Ÿ”— 35:11 Review Arrays
๐Ÿ”— 37:58 Secret Message
๐Ÿ”— 45:55 Arrays Quiz

๐Ÿ“š Materials/References:
๐Ÿ”— Javascript Arrays cheatsheet
๐Ÿ”— MDNs Array page

Thanks for reading! I hope you find it useful.

Top comments (0)