{"ScriptPreparationCode":"var list = [];\r\nfor (var i = 0; i \u003C 1000 * 1000; i\u002B\u002B) {\r\n list.push(i);\r\n}","TestCases":[{"Name":"splice","Code":"list = list.splice(list.length-2,2)\r\n","IsDeferred":false},{"Name":"double pop","Code":"list.pop()\r\nlist.pop()","IsDeferred":false}]}