var cody = new Object(); cody.living = true; cody.age = 33; cody.gender = 'male'; console.log(cody);