191 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			191 B
		
	
	
	
	
	
	
	
title
| title | 
|---|
| Override Inherited Methods | 
Override Inherited Methods
Solution
Penguin.prototype.fly = function() {
    return  "Alas, this is a flightless bird.";
};
| title | 
|---|
| Override Inherited Methods | 
Penguin.prototype.fly = function() {
    return  "Alas, this is a flightless bird.";
};