Dmitry Soshnikov (2013-05-22T23:48:31.000Z)
github at esdiscuss.org (2013-07-12T02:27:22.362Z)
It's very likely it was (should have been I believe) discussed before, and even probably was approved, but I don't see it in the latest draft yet. Just to make sure, the signature of the "assign" and "mixin" method should be: ```js Object.assign(target, source,[source2, ..., sourceN]); Object.mixin(target, source,[source2, ..., sourceN]); ``` Current draft shows me only one source for both the methods.