2018-10-16 21:32:40 +05:30

191 B

title
title
Override Inherited Methods

Override Inherited Methods

Solution

Penguin.prototype.fly = function() {
    return  "Alas, this is a flightless bird.";
};