Difference between Double and Triple Equals in JavaScript
1. 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...
franklinmwangi.hashnode.dev3 min read