Seymour Clufley
07-02-2009, 11:58 PM
Hi,
How would you go about achieving an array within an object?
var myObj = { title:"Mr", surname:"Jones", age:47, children:Array(5) }
It's that last entry I don't know how to do. Is it possible?
Thanks for reading,
Seymour.
How would you go about achieving an array within an object?
var myObj = { title:"Mr", surname:"Jones", age:47, children:Array(5) }
It's that last entry I don't know how to do. Is it possible?
Thanks for reading,
Seymour.