INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
ideally one sentence >
| // required dependency: https://www.npmjs.com/package/prompt | |
| const prompt = require("prompt"); | |
| const options = { | |
| 1: " ", | |
| 2: " ", | |
| 3: " ", | |
| 4: " ", | |
| 5: " ", | |
| 6: " ", | 
| function mash() { | |
| return `You will live in a ${getHome()}, drive a ${getCar()}, work as a ${getOccupation()}, travel to ${getTravelCount()} countries, and have a pet ${getPet()}!`; | |
| } | |
| function randNumGenerator(num) { | |
| return Math.floor(Math.random() * num); | |
| } | |
| function getHome() { | |
| let houseArr = ["Mansion", "Castle", "Shack", "House"]; |