Difference between == and === operators
Let's dive deep to see how these comparison operators work in different cases
IsLooselyEqual (==) operator
Let's assume two values are given, the first value as A and the second value as B. Now under different scenarios, we can get -
If A and B are o...
mainak99.hashnode.dev2 min read