Tuesday, October 14, 2014

The "wonderfulness" of Javascript types

> le me, opens js console
> parseInt("derp")
> NaN
> typeof parseInt("derp")
> "number"




One day I will understand the design philosophy behind all that weird javascript types, and I will transcend into something else, something more than a front end code monkey.

But that day is not today.

No comments:

Post a Comment