Data that represents the gamesArray parameter is located in the data folder.
Please do not hard code data in your functions!
Start with the findGamesByGenre question, which we will go over in class. If you have time leftover, or in your spare time, complete the getGameDetails function.
SUGGESTION: Study the data first, before attempting to complete your functions
-
Fork and clone this repository into your
module-onefolder -
Open this repository in VSCode on your local machine
-
In your terminal, run
npm install -
To test, run
npm testor to test a single question usenpm test 01ornpm test 02 -
Complete
findGamesByGenrefunction and run the test. -
Complet
getGameDeatilsfunction and run the test.
