Skip to content

Instantly share code, notes, and snippets.

View buzzfair's full-sized avatar
🏠
Working from home

Guin White buzzfair

🏠
Working from home
View GitHub Profile
@buzzfair
buzzfair / mealMaker.js
Created May 25, 2020 23:05
Random meal generator
//Meal Maker
//random menu generator
const menu = {
_courses: {
appetizers: [],
mains: [],
desserts: []
},
get appetizers() {