What is the difference between "==" & "===" in Javascript?
In javascript use of equal sign have different meaning where you have used or how many times you have used it. So let's look at some of the scenarios where you should use ==and ===.
Double Eqaul Sign Operator (==):
const firstValue = 10;
const second...
abhisek-panda.hashnode.dev3 min read