michael@0: michael@0: Array.prototype[1] = 'y'; michael@0: var a = [0, (8)]; michael@0: for (var i in a) { michael@0: delete a[1]; michael@0: }