Tag: abstract equality comparison vs. strict equality comparison js
-
Double equals (==) vs. Triple equals (===) in JavaScript
JavaScript is a dynamically typed language, meaning that you don’t have to specify the type of variables when working with this language, the type of your variables can be changed later on […]