Difference Between "==" and "===" in javaScript
The equality operator in javascript is used to compare if two values are equal. The comparison is made by == and === operators in javascript.
Double Equal (==) Operator:
The double equal('==') operator tests for abstract equality i.e it does the type...
sudipta26.hashnode.dev4 min read