๐คString
๐ง under construction -> move ๐พ ็จๅผ
JS โฉ value โฉ primitive โฉ String
JavaScript strings are encoded as a sequence of 16-bit code units.
iterator for String works correctly with surrogate pairs. ๐ see๏ผ str.slice2()
Any non-nullish value has .toString() method. (usually equivalent to String())
Last updated
Was this helpful?