Echo JS 0.11.0

<~>
tracker1 46 days ago. link 1 point
Maybe worth mentioning...

    Foo.prototype = Object.create(null);

...to break default inheritance from Object.

Replies