sporto/planetproto

teaching using proto has confusing drawbacks

sporto opened this issue · 1 comments

teaching using proto has confusing drawbacks. e.g. y = {foo: 'bar'}, x.proto = y;, console.log(x) results in '{}' instead of {"foo": "bar"}

cc/ @maxogden

This is the best way to teach this IMO, even with the drawbacks, will just leave at is