comparison operator in JavaScript

* = = = : this operator compares equality of two operands with type.If equal (both type and value) then condition is true otherwise false. 
* = = :  Compares the equality of two operands. If equal then the condition is true otherwise false.