Prototype programming is a type of object-oriented programming that eschews the use of classes.
I am trying to get a JavaScript object to use the "this" assignments of another objects' constructor, as well as …
javascript oop inheritance prototype-programming prototypal-inheritance