Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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.