Get the same method, one level up the prototype chain. The closest we can get to super.methodName().
super.methodName()
An object, class or instance.
The calling method to get the super method of.
The super method or undefined if none exists.
Get the same method, one level up the prototype chain. The closest we can get to
super.methodName().