Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 507 Bytes

File metadata and controls

11 lines (9 loc) · 507 Bytes

Arrays & Loops & Project

  1. Arrays are used to store multiple values in a single variable.
  2. Loops are useful for executing a block of code multiple times.
  3. Build a Todo List project to practice manipulating arrays using loops, where you'll be able to add, remove, and render tasks dynamically.