...

/

Keep Lists of Things (Arrays)

Keep Lists of Things (Arrays)

Declare arrays, loop through them, access elements by index.

You have worked with variables to store values multiple times by now. What if you want to store multiple values? Enter arrays. In this lesson, you’ll learn how to group data using arrays and loop through them.

Goal

You’ll aim to:

  • Declare and initialize arrays. ...