×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

JavaScript & DHTML example - Are binary operators supported in JavaScript?


JavaScript & DHTML - Are binary operators supported in JavaScript?

Yes, the following binary operators are present in JavaScript:
 

a ^ b  (XOR)
a | b  (OR)
a & b  (AND)
~a (NOT)
<< Binary left shift
>> Sign-propagating right shift
>>> Zero-fill right shift

Category: JavaScript & DHTML

 
<< Go back