This commit is contained in:
Michael Krebs 2015-08-18 00:17:56 -04:00
parent 46c2ad4057
commit 3215c39b8b

View File

@ -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>",