Arrays are one of the most fundamental building blocks of JavaScript. It doesn’t matter what project you build you need to understand how to use arrays. In this video I go over the absolute basics of arrays in JavaScript as well as a few other array based features so you can get up and running immediately with arrays.


Materials/References:

JavaScript Array Methods Video: https://youtu.be/R8rmfD9Y5-c


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:20 - Creating Arrays
02:17 - Get Elements
03:10 - Add Elements
03:40 - Nested Arrays
05:22 - Update Elements


#Arrays #WDS #JavaScript