Skip to content

Commit 6719568

Browse files
authored
Update task.md
1 parent 5d84543 commit 6719568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 1-js/02-first-steps/12-while-for/2-which-value-while

1-js/02-first-steps/12-while-for/2-which-value-while/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 4
22

33
---
44

5-
# 哪个值才是 while?
5+
# while 循环显示哪些值
66

77
对于每次循环,写出你认为会显示的值,然后与答案进行比较。
88

9-
两次循环的 `alert` 值是否相同?
9+
一下两个循环的 `alert` 值是否相同?
1010

1111
1. 前缀形式 `++i`:
1212

0 commit comments

Comments
 (0)