The equality (==) operator checks whether its two operands are equal,
returning a Boolean result.
Unlike the strict equality operator,
it attempts to convert and compare operands that are of different types.... Number: return true only if both operands...primitives (one of String, Number, Boolean, Symbol, and BigInt)...