From 4c00a603311d2df9fed9d0e1f4378388d0b59ac4 Mon Sep 17 00:00:00 2001 From: Tahmid ul karim Date: Mon, 25 Jan 2016 21:19:59 +0600 Subject: [PATCH] Removed double quotes closes #5825 --- .../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 6075d7ff07..7b58d9d1f2 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -766,7 +766,7 @@ "This signals JavaScript that the following quote is not the end of the string, but should instead appear inside the string.", "

Instruction

", "Use backslashes to assign the following to myStr variable:", - "\"I am a \"double quoted\" string inside \"double quotes\"\"" + "I am a \"double quoted\" string inside \"double quotes\"" ], "releasedOn": "January 1, 2016", "challengeSeed": [