Changes

Jump to: navigation, search

JavaScript Operators

No change in size, 13:26, 5 June 2007
String Operators
Once you understand comparison operators the concept of String operators is quite straightforward. The String operators consist of the same comparison operators detailed above. In addition there is one more invaluable operator known as the ''concatenation operator'' represented by the + sign. This operator can be used to build strings by joining together multiple strings or strings and other variables.
Let's begin with a simple example using the concatenation operater operator to build a string from two different strings:
<pre>
5
edits

Navigation menu