ASAshwini Settyinashwinisetty.hashnode.dev·Feb 13, 2023 · 2 min readDifference between == & === in JSYou will get the distinction between == and === in JavaScript after reading this blog. We come across many situations in daily life where we need to compare two items. In javascript, the comparison is performed using the equality operators i.e "==" c...01S