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

234 B

title, localeTitle
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."; 
 };