From 0bbc9e8454c32548a43f23ee92a6e5d914cdd194 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Thu, 24 Dec 2015 15:58:49 -0800 Subject: [PATCH] Fixed em tags --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 2c86b6531c..379c20c864 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -928,7 +928,7 @@ "description": [ "Quotes are not the only characters that can be escaped inside a string. Here is a table of common escape sequences:", "
CodeOutput
\\'single quote
\\\"double quote
\\\\backslash
\\nnew line
\\rcarriage return
\\ttab
\\bbackspace
\\fform feed
", - "Note that the backslash itself must be escaped in order to display as a backslash.", + "Note that the backslash itself must be escaped in order to display as a backslash.", "

Instructions

", "Encode the following sequence, separated by spaces:
backslash tab tab carriage-return new-line and assign it to myStr" ], @@ -5492,4 +5492,4 @@ "challengeType": "0" } ] -} \ No newline at end of file +}