JavaScript - Strings - QuirksMode - for all your browser quirks
On this page I explain what strings are and then give an overview of some useful things you can do with them. Strings are simply groups of characters, like 'JavaScript', 'Hello world!', 'http://www.quirksmode.org' or even '14'. When you write JavaScripts,...