michael@0: var arr = Object.defineProperty([], "length", { writable: false, value: 12 }); michael@0: arr[11] = true;