string (JS)
RU: string (JS)
The JavaScript primitive type representing a sequence of Unicode code points. Stored internally as UTF-16 code units. Immutable: operations produce new strings rather than modifying existing ones.
RU: string (JS)
The JavaScript primitive type representing a sequence of Unicode code points. Stored internally as UTF-16 code units. Immutable: operations produce new strings rather than modifying existing ones.