Daniel@0: function Song() { Daniel@0: } Daniel@0: Daniel@0: Song.prototype.persistFavoriteStatus = function(value) { Daniel@0: // something complicated Daniel@0: throw new Error("not yet implemented"); Daniel@0: };