#javascript
Read more stories on Hashnode
Articles with this tag
In JavaScript, we have NULL and Undefined which upon comparing with the equality operator returns True, because they both imply the same thing that...
If you're new to Javascript, you will find code where === is used while in other languages only == is there and you might be curious why is that,...