...

/

Track with Arrays and Loops

Track with Arrays and Loops

Store and manage collections of data with arrays.

Need to track a bunch of values? Arrays and loops help you store and work with lists of data easily.

Goal

You’ll aim to:

  • Use arrays to store lists of values.

  • Loop through arrays with for.

  • Combine data with ...