Strings article
This commit is contained in:
parent
6bbe0b4313
commit
1c73177ca0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue