Backbone.extend = function(data){ return "sssss"+data.name; }; function testMe() { console.log(Backbone.extend({name:"I am the name"})); }
JSON.stringify(value, replacer, space);