Merge pull request #1572 from cristianvnica/cristianvnica-1571

Trying to fix: #1571
This commit is contained in:
benmcmahon100
2015-08-05 20:43:17 +01:00

View File

@ -423,7 +423,7 @@
"description": [ "description": [
"", "",
"In JavaScript we can store lists or collections of data in what are called arrays", "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", "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", "Refer to the example if you get stuck",
"" ""