We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 656810c + 2e72eed commit a803757Copy full SHA for a803757
1-js/05-data-types/03-string/article.md
@@ -89,7 +89,7 @@ Examples with unicode:
89
```js run
90
alert( "\u00A9" ); // ©
91
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
92
-alert( "\u{1F60D}"); // a smiling face sumbol (another long unicode)
+alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
93
```
94
95
All special characters start with a backslash character `\`. It is also called an "escape character".
0 commit comments