Poll: what does a == null
do exactly in JavaScript?
- I know exactly what it does.
- I have some ideas, but not exactly.
- I don't know exactly what it does.
- I don't know exactly what it does before today.
you can add what it does in the answer as well.
Poll: what does a == null
do exactly in JavaScript?
you can add what it does in the answer as well.
For further actions, you may consider blocking this person and/or reporting abuse
We’ve quietly evolved from a time-series database into the modern PostgreSQL for today’s and tomorrow’s computing, built for performance, scale, and the agentic future.
So we’re changing our name: from Timescale to TigerData. Not to change who we are, but to reflect who we’ve become. TigerData is bold, fast, and built to power the next era of software.
Top comments (2)
No, I just can't predict about
==
in JavaScript, so number 3.Also, and interestingly, is there a performance difference, or just convenience for type coercion?
good answer... I think the cases with
==
is just so highly unpredictable... and so many different cases