Strings article

This commit is contained in:
aruseni 2019-07-01 03:15:31 +03:00 committed by GitHub
parent 6bbe0b4313
commit 1c73177ca0
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: