Equality Operator vs Strict Equality Operator in Js
Feb 13, 2023 · 2 min read · Equality Operator (==) The Equality operator is a logical operator in JavaScript which compares two Values and gives the Output as True if they are Equal and False if they are not equal in nature. This is important as it Equality Operator does not co...
Join discussion