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 2bd43fd648..6b583a7fb9 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -433,7 +433,8 @@
"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
.",
+ "Hint