From 6a37cd05688de7cea99d99d3378aea075f253a92 Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Fri, 2 Sep 2016 17:42:00 -0400 Subject: [PATCH] Fix spacing in escaping literal quotes challenge --- .../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 0e9c73f9c4..9942ae2d00 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -1069,7 +1069,7 @@ "This signals to JavaScript that the following quote is not the end of the string, but should instead appear inside the string. So if you were to print this to the console, you would get:", "Alan said, \"Peter is learning JavaScript\".", "

Instructions

", - "Use backslashes to assign a string to the myStr variable so that if you were to print it to the console, you would see:", + "Use backslashes to assign a string to the myStr variable so that if you were to print it to the console, you would see:", "I am a \"double quoted\" string inside \"double quotes\"." ], "releasedOn": "January 1, 2016",