{"ScriptPreparationCode":null,"TestCases":[{"Name":"Splice","Code":"const testArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];\r\ntestArray.splice(0, 19);","IsDeferred":false},{"Name":"loop shift","Code":"const testArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];\r\nfor (let i = 0; i \u003C 19; i\u002B\u002B) testArray.shift();","IsDeferred":false}]}