How to Use Double and Triple Equals
Introduction
Equality in JavaScript can be a difficult concept to navigate more so, if you are a beginner. You may have come across cases where === is used and where == is used instead.
Does it matter which one you use? What is the difference? In thi...
annmwas1998.hashnode.dev3 min read