Skip to content

Instantly share code, notes, and snippets.

View RealEmmettS's full-sized avatar
🤯
Creating something mind-blowing…

Emmett Shaughnessy RealEmmettS

🤯
Creating something mind-blowing…
View GitHub Profile
// GAME: GUESS THE NUMBER //
// Variable & Requirements Setup //
const prompt = require("prompt-sync")();
let number = 5;
// Game Function //