{"ScriptPreparationCode":"var array = [1, 2, 3, 4, 5, 6, 7, 8]","TestCases":[{"Name":"array.splice()","Code":"array.splice(0)","IsDeferred":false},{"Name":"array.shift()","Code":"while (array.length \u003E 0) array.shift();","IsDeferred":false},{"Name":"array.pop()","Code":"while (array.length \u003E 0) array.pop();","IsDeferred":false}]}