This project aims to help on getting used to arrays and objects on a React environment.
First, clone the repo:
$ git clone https://github.com/angelbt91/js-arrays-objects-exercises.git
Then, enter into the project's folder:
$ cd js-arrays-objects-exercises
Install the dependencies:
$ npm install
Start the development server to browser the website:
$ npm start
Read the instructions at the homepage to understand how to solve the exercises.