diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index 0e874e8e617..c5391ba6654 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"
],
@@ -5446,4 +5446,4 @@
"challengeType": "0"
}
]
-}
\ No newline at end of file
+}