Difference between revisions of "Operators"
From SDU
m |
|||
| Line 1: | Line 1: | ||
| − | + | __NOTOC__ | |
| − | + | ||
== Arithmetic Operators == | == Arithmetic Operators == | ||
| Line 30: | Line 29: | ||
! | ! | ||
</source> | </source> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | <div align='center'><font color="red">To make corrections or additions to this article, select the ''edit'' tab above.<br> | ||
| + | To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div> | ||
Revision as of 17:52, 18 April 2008
Arithmetic Operators
<source lang="javascript"> + -
/ </source>
Comparison Operators
<source lang="javascript"> == != </source>
Concatenation Operators
<source lang="javascript"> + </source>
Logical Operators
<source lang="javascript"> || && ! </source>
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.