JavaScript Double Equals (==) vs Triple Equals (===). Which Should You Use?
Introduction
Equality in JavaScript can be a difficult concept to navigate. More so, when you're a beginner. You may have come across cases where === is used. And also others where == is used instead.
Does it really matter which one you use? What is...
benjaminsemah.hashnode.dev3 min read