Project 4 Pizza Parlor:Epicodus的第四个项目 比萨店网站 源码
标题 项目启动: 索德·拉纳(Saoud Rana) 项目描述 网站是Epicodus的Pizzaria的第4个项目。 眼镜 Describe: Pizza() Test: Should construct a pizza object, using the given arguments as values for size and toppings, and calculate resulting price in dollars Expect(new Pizza("large", ["Chicken", "Mushrooms", "Onions"]).toEquals(Pizza {size: "large", toppings: ["Chicken", "Mushrooms", "Onions"], price: 18 })) Describe: Pizza.prototype.c
文件列表
Project-4-Pizza-Parlor-main.zip
(预估有个7文件)
Project-4-Pizza-Parlor-main
css
bootstrap.css
194KB
styles.css
0B
index.html
2KB
js
jquery-3.5.1.js
281KB
scripts.js
971B
LICENSE
1KB
README.md
1KB
暂无评论