Merge pull request #1099 from aruseni/patch-2

Strings article
This commit is contained in:
Ilya Kantor 2019-07-01 13:22:26 +03:00 committed by GitHub
commit 5a8f3cc4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ alert( "\u{1F60D}" ); // 😍, a smiling face symbol (another long unicode)
All special characters start with a backslash character `\`. It is also called an "escape character".
We would also use it if we want to insert a quote into the string.
We might also use it if we wanted to insert a quote into the string.
For instance: