Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 422 Bytes

File metadata and controls

10 lines (8 loc) · 422 Bytes

Day 4: Arrays and Objects

Focus

Structuring complex data using lists and key-value pairs.

Projects

  1. Fruit List: Basic array manipulation.
  2. Array Magician: Advanced array methods (map, filter).
  3. Todo List: Managing a list of tasks (objects in arrays).
  4. Contact Book: Storing and retrieving contact info.