diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index 7c5df36b40..69f2f02254 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -422,7 +422,7 @@
"description": [
"With JavaScript array
variables, we can store several pieces of data in one place.",
"You start an array declaration with an opening bracket, end it with a closing bracket, and put a comma between each entry, like this: var sandwich = [\"peanut butter\", \"jelly\", \"bread\"]
.",
- "Now let's create a new array called myArray
that contains both a string
and a number
.",
+ "Now let's create a new array called myArray
that contains both a string
and a number
(in that order).",
"Refer to the comments if you get stuck."
],
"tests": [