var obj = { Constructor: function (name, age, skill) { this.name = name; this.age = age; this.skill = skill; }, ..... }