Echo JS 0.11.0

<~>

appz 3468 days ago. link 2 points
Very interested in the Class Free topic. Would something like _.extend be appropriate for the other_constructor rather than selecting specific properties to include?
ghurtado 3463 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?
gcanti 3462 days ago. link 1 point
At 26:00 he proposes two kind of objects:

- objects containing only data
- objects containing only methods