David Bruant (2013-05-08T16:00:46.000Z)
github at esdiscuss.org (2013-07-12T02:27:20.765Z)
Le 08/05/2013 16:46, Andreas Rossberg a ?crit : > Isn't `Object.create` the proper alternative to both `{__proto__: }` and > triangle for objects? What has `setPrototypeOf` got to do with it? (And > why is that on the table all of a sudden?) `Object.create` only creates "normal" objects, not arrays, functions, dates, etc.