From 81ea44473a1763d6fad8d8d0b9df0021f6b17a4d Mon Sep 17 00:00:00 2001 From: Brandon Eichler Date: Thu, 31 Dec 2015 23:40:38 -0600 Subject: [PATCH] Fixes #5688 random space in challengeSeed of Storing Values with Equal Operator In the challengeSeed of Storing Values with the Equal Operator, there was a random space input after the line "// Only change code below this line" --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);"