mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
234 B
234 B
| title | localeTitle |
|---|---|
| Override Inherited Methods | Anular métodos heredados |
Anular métodos heredados
Solución
Penguin.prototype.fly = function() {
return "Alas, this is a flightless bird.";
};