FlashCards-Terminal

About the Game

This game has 30 questions to test your knowledge of the return values, required arguments, and definitions of the array prototype methods.

To Install

Clone down the repo here.

To run the game, you will be playing in your terminal, as shown in the example GIF below. Be sure to create a new directory/folder on your computer that you would like to clone the repo into.

In your terminal, change into your new directory, and clone down the repo. In your terminal, run the command node index.js, hit enter, and test your knowledge!

Gameplay

1

Built With/Utilizing

  • Javascript ES5 & ES6
  • Mocha and Chai

General Info

A project to explore test driven development in Turing's Front-End Engineering course, Module 2. The repository can be found here and the project specs can be found here.