JavaScript Шпаргалка

Методы для строк
charAt() slice()
charCodeAt() split()

×

concat() substr()
fromCharCode() substring()
indexOf() toLowerCase()
lastIndexOf() toUpperCase()
length toLocaleLowerCase()
localeCompare() toLocaleUpperCase()
match()

×

toSource()
replace()

×

valueOf()
search()

×