Echo JS 0.11.0

<~>

joshuacc comments

joshuacc 3461 days ago. link 1 point
Ah. That's a good point. Thanks for reminding me!
joshuacc 3880 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.