Trying to fix: #1571

I have found a small typo on challenge: An Array Of new Information
This commit is contained in:
Cristian V. Nica
2015-08-05 21:55:25 +03:00
parent 50cc75fc41
commit 367bcdf35c

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