What is the difference between double equal (==) and triple equal (===) in javascript?
I will try to explain this to you very simply and briefly, I hope you will understand better.
We know that double equal (==) and triple equal (===) both are called comparison operators.
Double equal (==) is used for comparing two variables, but it ch...
injamulcse15.hashnode.dev2 min read