
JavaScript Basics: Learn These Concepts First
HTML All The Things - Web Development, Web Design, Small Business
00:00
The Importance of Loops in Programming
When you want to store multiple pieces of related data and easily then access the different data, you can use something called an array. A loop in program is a programming concept that allows you to repeat an action, a set amount of times. An array can be declared and stored as a regular JavaScript variable,. So every array will have a dot length that you can access and use that as your iterator in a loop.
Transcript
Play full episode