Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.2 KB

Week 5: Arrays, Objects, and Callback Functions

This week's assignment focuses on Arrays, Objects, and Callback Functions. Follow the instructions below to complete the tasks.


🚀 Assignment Instructions

  1. Set Up Your Project:

    • Fork this repository.
    • Clone your forked version to your computer.
    • Create a new branch:
      git checkout -b <your-firstname-lastname>
    • Start coding on this branch.
  2. Complete the Tasks:

    • Open the arrays.js, callbacks.js, objects.js file.
    • Complete all problems related to arrays, objects, and callback functions.
    • Skip stretch problems until all required tasks are finished.
  3. Commit and Push Your Work:

    • Save your progress regularly:
      git add .
      git commit -m "Completed task #"
      git push -u origin <your-branch-name>
  4. Submit Your Assignment:

    • Once done, submit your repository link through the student portal.

🌟 Stretch Goals (Optional)

  • Revisit the stretch problems after finishing the required tasks.
  • Challenge yourself with advanced problems using array methods like .map(), .filter(), and .reduce().

Good luck! 🚀