what is difference between == and === in Javascript ?
Hi Friend ๐
Do you know, what is difference between "==" and "===" in Javascript ?
"==" is known as loosely equal.
It performs type cohesion.
It checks two values and returns true even if they are not of equal types but equal values.
Example :...
devcroc.hashnode.dev1 min read