What is the difference between (==) and (===)?
Hello everyone! today we are going to talk about the difference between double(==) and triple(===).
so, the double (==) and triple(===) a both are used for comparison, but they behave very differently.
Let's see what double(==) offers!
const a = 5;
c...
kmdshojib.hashnode.dev1 min read