?? vs || in JavaScript: The little-known difference
Wrong. They’re not what you think.
And we must learn the difference once and for all to avoid painful bugs down the line.
And what’s this difference?<
It’s the incredible contrast in how they treat truthy and falsy values.
What are these?
Falsy: becomes false
in a Boolean()
or if
:
Comments