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 +}