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)