michael@0: var a = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; michael@0: a.push(1); michael@0: a.splice(0, a.length); michael@0: a.d = "";