სტრინგები
'hello'.length; // 5'hello'.charAt(0); // "h"
'hello', world'.replace('world', 'mars'); // "hello, mars"
'hello'.toUpperCase(); // "HELLO"Last updated
'hello'.length; // 5'hello'.charAt(0); // "h"
'hello', world'.replace('world', 'mars'); // "hello, mars"
'hello'.toUpperCase(); // "HELLO"Last updated