SyntaxFix
Write A Post
Hire A Developer
Questions
With javascript all arrays are flexible. You can simply do something like the following:
var myArray = []; myArray.push(object); myArray.push(anotherObject); // ...