Merge pull request #1572 from cristianvnica/cristianvnica-1571

Trying to fix: #1571
pull/1509/merge
benmcmahon100 2015-08-05 20:43:17 +01:00
commit 974bf503ec
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
"description": [
"",
"In JavaScript we can store lists or collections of data in what are called arrays",
"Arrays are distinguished by the <code> [ </code> and <code> ] </code> around the data. Each piece of data is separated be a <code> , </code>",
"Arrays are distinguished by the <code> [ </code> and <code> ] </code> around the data. Each piece of data is separated by a <code> , </code>",
"Now let's create a new array called <code> myArray </code> with a <code> string </code> and a <code> number </code> with a <code> , </code> separating each one",
"Refer to the example if you get stuck",
""