<28/>
28 Lazy Coder

Category: JavaScript

Posts
A

Difference Between == and === Operators in JavaScript

If you’ve recently started learning JavaScript, you’ve probably come across two equality operators: and At first glance, they seem to…

JavaScript · 4 min read
B

What Is NaN in JavaScript? (And Why It Doesn’t Equal Itself)

Try this in your browser console right now: js It returns false. Not a typo, not a bug — that’s…

All · 5 min read