diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index d06a1038a98..da1c55830e3 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": [