Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Bikonja23868y@theZorgEffect even that makes some sense to me as a variable that holds an object can hold null to specify it's empty (a reference type), but numbers are value types and value types can not be null so null being a number makes no sense.
Related Rants
According to Javascript, null is a number.
undefined
null
js
javascript