mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-17 21:04:18 -05:00
220 B
220 B
title, localeTitle
| title | localeTitle |
|---|---|
| Override Inherited Methods | 覆盖继承的方法 |
覆盖继承的方法
解
Penguin.prototype.fly = function() {
return "Alas, this is a flightless bird.";
};