JS Arrays Task

This repository contains an array.js file that includes several tasks related to working with arrays in JavaScript. The aim of this repository is to provide students with an opportunity to practice creating and using arrays, as well as familiarize themselves with some of the most important array methods and properties.

Getting Started

  1. Fork and clone this repository to your local machine.
  2. Navigate to the project folder.
  3. Open the arrays.js file and start working on your object.
  4. Test your code in the console to make sure it works as expected.

Task Instructions

In the array.js file, you will find several tasks with descriptions and a pre-written function for each task. Carefully read the task descriptions and start coding inside each function. Each task includes a function signature and a brief description in the array.js file.

Submitting the Task

After completing the tasks, please follow the instructions below to submit your work:

  1. Run git add . in your terminal to track the changes
  2. Run git commit -m "" to stage the changes
  3. Run git push to push the changes to your forked repository
  4. Create a pull request to submit your work for review

Resources

Here are some resources that may be helpful for completing this project:

And.. Don't forget to enjoy the journey!😉