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:", "
Code | Output |
---|---|
\\' | single quote |
\\\" | double quote |
\\\\ | backslash |
\\n | new line |
\\r | carriage return |
\\t | tab |
\\b | backspace |
\\f | form feed |
backslash tab tab carriage-return new-line
and assign it to myStr
"
],
@@ -5492,4 +5492,4 @@
"challengeType": "0"
}
]
-}
\ No newline at end of file
+}