{"ScriptPreparationCode":"var test = [];\r\nvar index = 500;\r\nvar number_to_test = 50000;\r\nfor (let i = 0, len = number_to_test; i \u003C len; i\u002B\u002B) {\r\n test.push(\u0022A\u0022);\r\n}","TestCases":[{"Name":"Splice Pattern","Code":"test.splice(index, 1);","IsDeferred":false},{"Name":"Replace Index and Pop Pattern","Code":"test[index] = test[test.length - 1];\r\ntest.pop();","IsDeferred":false}]}