Difference between Loose equality (==) and Strict equality(===)
While using the equality operator in javascript. We usually have two options that are to either use Loose equality (==) or to use Strict equality (===). But making choice hastily without knowing the exact behavior of both can lead to unexpected behav...
Feb 24, 20234 min read46

