Badge 10: Repeating things with Loops

In this badge you will learn about how we can combine two previous badges: collections (storing many things) and of functions (doing the same action, but for slightly different data). When you put them together you can perform an action for every element of the collection – that type of repetition in called a Loop.

TODO

As in each badge:

  1. watch the below video while taking notes.
  2. complete the programming notebook for this badge
  3. write down in your mini-diary 3 things you learned and 1 you wish you understood better

Note: This badge has two videos.

Leave a Reply