JavaScript Not Equal Operators | JavaScript Not Equal Tutorial By WDH

JavaScript Not Equal Operators


JavaScript Not Equal Operator

Sets the variable on the left of != operator to the value of the expression on its right. If the expression is not equal returns false and otherwise returns true.

Example

Output