Possible Duplicate:
JavaScript Array Delete Elements
How is this done?
If I have the following array defined:
var myArr = []; myArr[id1] = {prop1: prop1Value, prop2:prop2Value}; myArr[id2] = {prop1: prop1Value, prop2:prop2Value}; //etc I wish to delete myArr[id1]