Person = Backbone.Model.extend({defaults:{name: "john smith"}, y:"YYYY" } ); person = new Person(); console.log(person.y);