Demystifying JavaScript Equality Operators: = vs == vs ===
Javascript developers are faced with this question more often than not and can’t answer it. In this article, I’ll explain the differences between each of them.
What is “=”?
It is called an assignment operator because it is used to assign a value to a...
itsjustchioma.com3 min read