Skip to content

HykDavis/video-game-data-capture

 
 

Repository files navigation

INSTRUCTIONS

Lara Croft - peakpx

You have the option to complete two functions.

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


Installation:

  1. Fork and clone this repository into your module-one folder

  2. Open this repository in VSCode on your local machine

  3. In your terminal, run npm install

  4. To test, run npm test or to test a single question use npm test 01 or npm test 02

  5. Complete findGamesByGenre function and run the test.

  6. Complet getGameDeatils function and run the test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%