song = Backbone.Model(); console.log(song); /*this will give an error of Uncaught TypeError: this.set is not a function*/ song = Backbone.Model(); console.log(song); /*this will return a (not useful) Model function*/