This is an old revision of the document!
javascript
Objects
These are defined with the following syntax:
var person = { firstName : "Jack", lastName : "Smith", age : 19, employed : true }
javascript
This is an old revision of the document!
These are defined with the following syntax:
var person = { firstName : "Jack", lastName : "Smith", age : 19, employed : true }