diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json
index 52bf444c69d..c41e05ab417 100644
--- a/challenges/basic-javascript.json
+++ b/challenges/basic-javascript.json
@@ -881,7 +881,7 @@
" ourArray.push(i);",
"}",
"ourArray will now contain [10,8,6,4,2] ",
- "Let's change our initialization and final-expression so we can count backward by twos for numbers."
+ "Let's change our initialization and final-expression so we can count backward by twos for odd numbers."
],
"tests": [
"assert(editor.getValue().match(/for\\s*\\(/g).length > 1, 'message: You should be using a for loop for this.');",