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.
- Fork and clone this repository to your local machine.
- Navigate to the project folder.
- Open the arrays.js file and start working on your object.
- Test your code in the console to make sure it works as expected.
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.
After completing the tasks, please follow the instructions below to submit your work:
- Run git add . in your terminal to track the changes
- Run git commit -m "" to stage the changes
- Run git push to push the changes to your forked repository
- Create a pull request to submit your work for review
Here are some resources that may be helpful for completing this project:
- MDN Web Docs: Arrays
- W3Schools: JavaScript Arrays
- JavaScript.info: Arrays
- Codecademy: JavaScript Arrays
- JavaScript Arrays: Push, Pop, and More! - a video tutorial on YouTub Traversy Media.
And.. Don't forget to enjoy the journey!😉