“string literal”‘string literal’“string literal with ‘mismatching quotes’” // no errors; quotes are different.“string literal with”escaped quotes"” // no errors; quotes are escaped.template string ${expression}String(“a b c”) // returns string when called in non-constructor contextnew String(“a b c”) // the String object, not the string primitiveBasic info and string concatenation
Access character at index in string
Comparing strings lexicographically