JavaScript

JavaScript

Friday 20 February 2015

JavaScript Comparison operators and Logical Operators

 Comparison operators 

Comparison operators are used in logical statements to determine equality or difference between variables or values.

Logical operators

Logical operators are used to determine the logic between variables or values.

Bitwise Operators

Bit operators work on 32 bits numbers.
Any numeric operand in the operation is converted into a 32 bit number.
The result is converted back to a JavaScript number.


 


No comments:

Post a Comment