Unicode in strings
are prefixed with \u
(one backslash and u)
value is 4 bytes/digits
even "normal" character`s values can be written as hexadecimal unicode
curly braces may surround the value
Required Knowledge
- basics (Template strings)
- `const` declaration (Block scope)
Related Katas
Unicode
- in strings
Difficulty Level
INTERMEDIATE
First Published
6 April 2015
Stats
4 tests to solve