DEV Community

Discussion on: Undefined vs Null in JavaScript

Collapse
 
piguicorn profile image
LogUI 🌈

That link helps, thank you!

Thread Thread
 
nickytonline profile image
Nick Taylor • Edited

I think you'd both find this conversation interesting. Sinder makes some valid points for eradicating null even if some native APIs return null.

It's highly unlikely that null will be leaving the language, but regardless, there are still interesting convos in that GitHub issue.