diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index c93f526036..8d42601ea8 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -948,7 +948,7 @@
"var sampleStr = \"Alan said, \\\"Peter is learning JavaScript\\\".\";
",
"This signals to JavaScript that the following quote is not the end of the string, but should instead appear inside the string. So if you were to print this to the console, you would get:",
"Alan said, \"Peter is learning JavaScript\".
",
- "
myStr
variable so that if you were to print it to the console, you would see:",
"I am a \"double quoted\" string inside \"double quotes\"
"
],