1. Introduction to Arrays
2. Basic Properties and Methods of Arrays
3. Challenge Shopping Cart
4. Nesting Arrays
5. Tuples with TypeScript And Destructuring Assignment
6. Rest and Spread Operators
7. Iterating over Arrays Imperatively w forof
8. Challenge Removing Items from Shopping Cart
9. .forEach() Method with Challenge
10. .map() Method with Challenge
11. .find() Method with Challenge
12. .filter() Method with Challenge
13. .every() And .some() Methods with Challenge
14. .reduce() Method with Challenge
15.1 Guide.html
15. Guide When to Use Each Method
16. Making Objects Iterable