{"ScriptPreparationCode":"const items = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16];\r\nconst startIndex = 0;\r\n","TestCases":[{"Name":"While","Code":"while (items.length) {\r\n items.pop();\r\n}","IsDeferred":false},{"Name":"slice","Code":"const trimmedItems = items.slice(0, items.length)","IsDeferred":false}]}