994 Views
Since the early versions of JavaScript there have always been two ways of performing equality comparison: Abstract Equality Comparison using == aka "double equals" Strict Equality Comparison using === aka "triple equals" ES6 delivered a third option in the form of the method.
0 comments