Update article.md
This commit is contained in:
parent
455c57aa55
commit
6f349121e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Unicode, String internals
|
# Unicode, String internals
|
||||||
|
|
||||||
```warn header="Advanced knowledge"
|
```warn header="Advanced knowledge"
|
||||||
The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical or logographic characters, or other rare symbols.
|
The section goes deeper into string internals. This knowledge will be useful for you if you plan to deal with emoji, rare mathematical or hieroglyphic characters, or other rare symbols.
|
||||||
```
|
```
|
||||||
|
|
||||||
As we already know, JavaScript strings are based on [Unicode](https://en.wikipedia.org/wiki/Unicode): each character is represented by a byte sequence of 1-4 bytes.
|
As we already know, JavaScript strings are based on [Unicode](https://en.wikipedia.org/wiki/Unicode): each character is represented by a byte sequence of 1-4 bytes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue