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 e839164cec..6c54ec4dc6 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -117,7 +117,7 @@ "var b = 2;", "", "// Only change code below this line", - " " + "" ], "tail": [ "(function(a,b){return \"a = \" + a + \", b = \" + b;})(a,b);"