Skip to content

Commit a803757

Browse files
authored
Merge pull request #192 from zvory/patch-1
fix typo, add relevant emoji
2 parents 656810c + 2e72eed commit a803757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Examples with unicode:
8989
```js run
9090
alert( "\u00A9" ); // ©
9191
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
92-
alert( "\u{1F60D}"); // a smiling face sumbol (another long unicode)
92+
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
9393
```
9494

9595
All special characters start with a backslash character `\`. It is also called an "escape character".

0 commit comments

Comments
 (0)