diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json
index 521737cc438..55d06bfed2f 100644
--- a/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/challenges/01-front-end-development-certification/basic-javascript.json
@@ -107,7 +107,7 @@
"myNum = myVar;",
"Assigns 5 to myVar and then resolves myVar to 5 again and assigns it to myNum.",
"
7 to variable a",
+ "Assign the value 7 to variable a.",
"Assign the contents of a to variable b."
],
"releasedOn": "January 1, 2016",