Creator: Mohamed Juseph
Created on: August 4st 2019
index.js file.inquirer or prompt npm packages.index.js: The file containing the logic for the course of the game, which depends on Word.js and:
Randomly selects a word and uses the Word constructor to store it
Prompts the user for each guess and keeps track of the user’s remaining guesses
Letter.js should not require any other files.
Word.js should only require Letter.js
«««< HEAD