Grasping the difference between the strict [ === ] and loose [ == ] equality operators
Introduction Hey, JavaScript Lovers, I'm back with one more blog, in this I'll be simplifying the two equality operators namely loose equality == and strict equality === operators. In other programming languages, we only have the practice to use == o...

