Merge pull request #2003 from michael-krebs/michael-krebs-1986

fix #1986
pull/2002/merge
benmcmahon100 2015-08-19 21:28:13 +01:00
commit 7f712ffca3
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@
"difficulty":"9.9825",
"description":[
"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 i = 0;</code>",
"<code>while(i < 5) {</code>",