JavaScript Developer — Hard
Key points
- Child class inherits the static method greet() from the Base class
- Object.getPrototypeOf(Child) returns the prototype of Child
- The prototype of Child is Base
- The output will be 'Hello from Base' and true
Ready to go further?
Related questions
