I'm working on a JavaScript project, and was just wondering why an object instance doesn't inherit the assign() and other methods, rather than having to call the superclass (superobject?) Object method.
Why is it Object.assign() rather than this.assign() (for objects)?