Array
University of Oregon

Strings

Strings as Objects (pp. 27-30)

A string is a read-only array of characters. It is one of JavaScript’s five primitive types (string/text, number, boolean, undefined, null).

All primitive types are immutable (cannot be changed).

MDN String Documentation

 String Applications

Skip to toolbar