Strings in javascript

Javascript provides a variety of methods for manipulating strings. This page has a comprehensive reference.

Here is a web page showing some examples.

We will discuss the difference between obtaining properties (e.g. length, with no parentheses) and calling methods (e.g. toUpperCase(), with parentheses).