🔤String
🚧 under construction -> move 💾 程式
JS ⟩ value ⟩ primitive ⟩ String
JavaScript strings are encoded as a sequence of 16-bit code units.
Strings
are iterable.
iterator for String works correctly with surrogate pairs. 👉 see: str.slice2()
Any non-nullish value has .toString() method. (usually equivalent to String())
Last updated