fix #1986
This commit is contained in:
parent
46c2ad4057
commit
3215c39b8b
@ -832,7 +832,7 @@
|
|||||||
"difficulty":"9.9825",
|
"difficulty":"9.9825",
|
||||||
"description":[
|
"description":[
|
||||||
"You can run the same code multiple times by using a loop.",
|
"You can run the same code multiple times by using a loop.",
|
||||||
"Another type of JavaScript loop is called a \"while loop\" because it runs \"while\" something is true, and stops once that something is no longer true.",
|
"Another type of JavaScript loop is called a \"while loop\", because it runs \"while\" something is true and stops once that something is no longer true.",
|
||||||
"<code>var ourArray = [];</code>",
|
"<code>var ourArray = [];</code>",
|
||||||
"<code>var i = 0;</code>",
|
"<code>var i = 0;</code>",
|
||||||
"<code>while(i < 5) {</code>",
|
"<code>while(i < 5) {</code>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user