Echo JS 0.11.0

<~>
joshuacc 3893 days ago. link 1 point
"In JavaScript everything is an object, even functions and numbers"

It doesn't detract from the overall point, but this isn't true. While there are number objects, most of the time the numbers you'll use in JavaScript are number primitives, and will only *act like* objects when you need them to.

Replies