Files

12 lines
252 B
Markdown
Raw Normal View History

---
title: Override Inherited Methods
localeTitle: تجاوز الأساليب الموروثة
---
## تجاوز الأساليب الموروثة
# حل
`Penguin.prototype.fly = function() {
return "Alas, this is a flightless bird.";
};
`