Hacker News new | ask | show | jobs
by jmaicher 5156 days ago
There is no zelda.prototype. It should have been:

  Game.prototype.heartIt = function() { 
    console.log( "I heart " + this.title ); 
  };
See: http://jsfiddle.net/a9asJ/1/
1 comments

Thank you, corrected!