Extend an Existing Class
A class Animal with a speak method already exists. Use
extends to declare a class Dog that inherits from Animal. The body can stay empty.Premium
JavaScript
Console