== v/s === in JavaScript
The first thing to be clear about is that a single equal sign doesn't mean we are comparing two numbers or variables. In programming, a single equal-to implies assignment. In simple terms, we need a symbol to assign a value to a variable. So, we use ...
azharchoudhury.hashnode.dev3 min read