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
Petipois -
Ajmal Hasan -
Ben -
Charles Loder -
Once suspended, sunflower will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, sunflower will be able to comment and publish posts again.
Once unpublished, all posts by sunflower will become hidden and only accessible to themselves.
If sunflower is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to sunflowerseed.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag sunflower:
Unflagging sunflower will restore default visibility to their posts.
Top comments (3)
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