mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-24 06:03:28 -05:00
191 B
191 B
title
| title |
|---|
| Override Inherited Methods |
Override Inherited Methods
Solution
Penguin.prototype.fly = function() {
return "Alas, this is a flightless bird.";
};