Fix typo "stirng" to "string"
This commit is contained in:
parent
ff4ef57c8c
commit
f2ef231b6e
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ As we already mentioned, JavaScript strings are based on [Unicode](https://en.wi
|
|||
|
||||
Each character is represented by a byte sequence of 1-4 bytes.
|
||||
|
||||
JavaScript allows us to specify a character not only by directly including it into a stirng, but also by its hexadecimal Unicode code using these three notations:
|
||||
JavaScript allows us to specify a character not only by directly including it into a string, but also by its hexadecimal Unicode code using these three notations:
|
||||
|
||||
- `\xXX` -- a character whose Unicode code point is `U+00XX`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue