You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classy Extensions with Super, this kata is mainly aimed at the new JS ES6 Update introducing class extends
Task
Your task is to complete the Cat class which Extends Animal, we want to go to use the original speak method as well, so you must use the super method so the speak method for Cat now returns e.g.
'Mr Whiskers makes a noise, Mr Whiskers goes meow.'