¿Cuál es la forma más rápida de reindexar una matriz?
var testArray = new Array(); //before testArray[343]="qwerty"; testArray[735]="asdfgh"; testArray[1333]="zxcvbn"; //after testArray[0]="qwerty"; testArray[1]="asdfgh"; testArray[2]="zxcvbn";