diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index c67e1f2dbc..65cbf30551 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -100,6 +100,14 @@ "Assign the contents of a to variable b." ], "releasedOn": "January 1, 2016", + "head": [ + "if (typeof a != 'undefined') {", + " a = undefined;", + "}", + "if (typeof b != 'undefined') {", + " b = undefined;", + "}" + ], "challengeSeed": [ "// Setup", "var a;",