diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json
index 10e620da3a..c8b41ddcb5 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -393,7 +393,7 @@
"i = i + 1;
",
"Note
The entire line becomes i++;
, eliminating the need for the equal sign.",
"
++
operator on myVar
"
+ "Change the code to use the ++
operator on myVar
."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [
@@ -432,7 +432,7 @@
"i = i - 1;
",
"Notei--;
, eliminating the need for the equal sign.",
"--
operator on myVar
"
+ "Change the code to use the --
operator on myVar
."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [