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 495f1c6630..8bf64815af 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -394,7 +394,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": [
@@ -433,7 +433,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": [