#{Pizza Planet}
*HTML *CSS *MD *Bootstrap *JavaScript *JQuery
Webpage for Pizza Planet
*Clone repository *Navigate to file *Use terminal to open HTML *Open directory in browser
*No known bugs
*_MIT *_Questions, issues or concerns Email marisaedgar1212@gmail.com Copyright(c)2021 Marisa Edgar
###Specs Test: "return an object with each kind of pizza, and its size" Code: const Pizza = new Pizza(["top1", "top2", "top3","Top4","top5";]], "large"); Expected Output: Pizza { toppings: ["onion","Mushroom","black-olives","green-bell-pepper","jalapeno"], size: ["large"] }
Test: