how to add object to array
how can add a object into a array (code in javascript or jquery)
for example
what is the problem this code?
function(){
var a = new array();
var b = new obejct();
a[0]=b;
}
for example use this code for save many object in array into function1 and call in function2 and use the object in array.
- how can save object in array
- how can get object in array and save it to a variable