Echo JS 0.11.0

<~>
ghurtado 3459 days ago. link 1 point
Excellent video, as it is often the case with Mr Crockford, but I am having a hard time wrapping my mind around a JS world where all the objects you create are immediately frozen, and there are no references to "this". Doesn't that basically make all objects stateless and reduces JS to using functions only? If so, where's the need for constructors?

Replies

gcanti 3459 days ago. link 1 point
At 26:00 he proposes two kind of objects:

- objects containing only data
- objects containing only methods