js basics online shopping lab js intro 000 源码
网上购物 目标 将装满商品的购物车建模为JavaScript中的对象数组。 使用for循环遍历数组 使用ES6 ${template literals}而不是"regular, " + "old " + string + " concatenation." 整理条件并控制流程,使牛津逗号变得神奇。 指示 我们从一个指向空数组的cart变量开始。 为了创建可运行的购物车,您必须编码以下五个功能: addToCart()函数接受一个参数,即项目的名称。 使用该传入的字符串创建代表该项目的新对象。 该对象应包含两个键值对: { itemName: name of the item, item
文件列表
js-basics-online-shopping-lab-js-intro-000-master.zip
(预估有个11文件)
js-basics-online-shopping-lab-js-intro-000-master
.gitignore
684B
package.json
1KB
LICENSE.md
1KB
CONTRIBUTING.md
2KB
index.js
383B
README.md
4KB
index.html
631B
.learn
133B
test
暂无评论