Create JavaScript Objectsblog
Using Object Literals: var obj = {name: 'Allen', color: 'White'};ip
Dynamic Nature of JavaScript: obj.age = 3;it
Using Constructor Functions:io
Using Object.create:table
Using ECMAScript6 Classes:im
JavaScript Object Properties:d3
Using Bracket Notation to Access Properties: obj['bracket notation'] = 'a';db
Using Properties Descriptors:img
Using Writable Attribute:tab
Using Enumerable Attribute:
Using Configurable Attribute:
Using Getters and Setters:
Prototypes and Inheritance: