From 8d8c82fd7d8ffb039eb21650ad2b0d5b8bf507a0 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Sun, 27 Dec 2015 16:56:28 -0800 Subject: [PATCH] Fix missing challengeSeed --- .../basic-javascript.json | 3 +++ 1 file changed, 3 insertions(+) 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 726f9d9f62..f0416f30d9 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -16,6 +16,9 @@ "

Instructions

", "Try creating one of each type of comment." ], + "challengeSeed": [ + " " + ], "tests": [ "assert(editor.getValue().match(/(\\/\\/)...../g), 'message: Create a // style comment that contains at least five letters.');", "assert(editor.getValue().match(/(\\/\\*)[\\w\\W]{5,}(?=\\*\\/)/gm), 'message: Create a /* */ style comment that contains at least five letters.');",