var myHourse = new Object;myHourse.color = "red";myHourse.doors = 4;myHourse.showColor = function () { alert(this.color);};