let init = { data: function() { let one = 1; let two = 2; }, method: data.prototype.function() { alert(one + two); } }