Difference between revisions of "Operators"

From SDU
Jump to: navigation, search
m
m (Logical Operators)
Line 34: Line 34:
  
 
----
 
----
<div align='center'><font color="red">To make corrections or additions to this article, select the ''edit'' tab above.<br>
+
<div align='center'><font color="green">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>
 
To discuss or ask questions about this article, select the ''discussion'' tab above.</font></div>

Revision as of 14:19, 18 July 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.