Do you really think that loose equals (==) compares the value and strict equals (===) compares the value as well as the type of two variables in JS?
I am sure you must have used loose equals (==) and strict equals (===) in JavaScript while comparing two variables. Have you wondered what is the difference between them?
If you think that loose equals (==) compares the value and strict equals (===) ...
blog.shahbazkhan.in3 min read
Hamza Raza
I was looking for just the thing. Thanks for the clear explanation. Keep up the good work!