js looping and iteration looping code along online web sp 000 源码
循环实验室 目标 建立一个for循环。 建立一个while循环。 解释循环的目的。 了解何时使用每种类型的循环。 介绍 有时,我们需要反复做事。假设我们有一堆礼物要包装。它们碰巧都具有相同的大小和形状,因此对于每份礼物,我们都需要裁切一块大小相似的包装纸,将其折叠在礼物的边缘上,用胶带将其粘在一起,并添加一张漂亮的小卡片。然后,我们将包装好的礼物放在一旁,移到下一个礼物。 用编程的术语来说,我们可以将礼物的集合视为一个Array ,并将其包装为一个函数。例如: const gifts = [ "teddy bear" , "drone" , "doll" ] ; function wrapGift ( gift ) { # For Ruby or Pythonistas , note that the " is now a ` (back-tick) # We'll discus
文件列表
js-looping-and-iteration-looping-code-along-online-web-sp-000-master.zip
(预估有个11文件)
js-looping-and-iteration-looping-code-along-online-web-sp-000-master
.gitignore
644B
package.json
1KB
package-lock.json
80KB
LICENSE.md
1KB
CONTRIBUTING.md
2KB
index.js
36B
README.md
12KB
index.html
469B
.learn
100B
暂无评论