Y
Hacker News
new
|
ask
|
show
|
jobs
by
_nub3
1598 days ago
Instead of adding more features to a basically broken language, why not fixing the essentials first?
typeof null === "object" language consstency etc
but hey, let's add more syntax sugar
1 comments
zkldi
1598 days ago
Backwards Compatibility -- So much code out there depends that typeof null === "object".
link