Y
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
mdgrech23
5156 days ago
Thank you, corrected!
link