Override an Inherited Method

The class Animal defines a speak method that returns 'generic sound'. Override speak in the Cat class so it returns 'meow' instead.
JavaScript
Console