Grasping the difference between the strict [ === ] and loose [ == ] equality operators
Feb 23, 2023 路 4 min read 路 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...
DAkash commented
