...

/

Make a List, Check It Twice

Make a List, Check It Twice

Learn to store and loop through multiple values.

You’ve looped through numbers—now loop through data! In this lesson, you’ll use arrays to hold lists of things and loop through them with ease.


Goals

You’ll learn to:

  • Create and use arrays (lists).

  • Access items by index.

  • Loop through arrays with a for loop. ...


Make