== v/s === in JavaScript
Abstract Equality Operator == is a binary operator that compares the value of two variables/operands and ignores the datatype equality,
while,
Strict Equality Operator === is a binary operator that compares the value of two variables/operands and als...
vinamrajain.hashnode.dev2 min read