var myCar = {
id:1,
name: "dons Car",
getName: function(){alert(this.name);}
};
ID: 1679
NAME: 001-CREATING-objects-using-an-object-literal
DESCRIPTION: 001-CREATING-objects-using-an-object-literal - declaring an object variable by literally specifying(writing) out the objects property names and values and methods. declaring the object instance variable name and assigning the object properties values,
AUTHOR: article.author/s
EDITOR: article.editor/s
PUBLISHER: article.publisher/s
STATUS: Write
PRIORITY: -5
OWNER ID: 75