Merge pull request #192 from zvory/patch-1
fix typo, add relevant emoji
This commit is contained in:
commit
a80375714b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Examples with unicode:
|
||||||
```js run
|
```js run
|
||||||
alert( "\u00A9" ); // ©
|
alert( "\u00A9" ); // ©
|
||||||
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
|
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
|
||||||
alert( "\u{1F60D}"); // a smiling face sumbol (another long unicode)
|
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".
|
All special characters start with a backslash character `\`. It is also called an "escape character".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue