SMShirshak Mauryainshirshak.hashnode.dev·Feb 13, 2023 · 3 min readUnderstanding the difference between '==' and '===' in JavascriptIn javascript, we have two types of equality operators, '==' and '===' both of these can be used for comparisons, but there is a slight difference. The '==' operator (loose equality) The '==' double equal or loose equality operator compares the value...00