mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
252 B
252 B
| title | localeTitle |
|---|---|
| Override Inherited Methods | تجاوز الأساليب الموروثة |
تجاوز الأساليب الموروثة
حل
Penguin.prototype.fly = function() { return "Alas, this is a flightless bird."; };