Difference Between "==" and "===" in javaScript
Mar 14, 2023 · 4 min read · Introduction In javascript, two comparison operators give the same answers with some code comparison and different answers with some code comparison. we are talking about "==" which is known as an abstract operator or loose equality operator and "===...
Join discussion