{"ScriptPreparationCode":"var array = [1, 2, 3, 4, 5, 6, 7, 8]","TestCases":[{"Name":"array.slice()","Code":"array = array.slice(1)","IsDeferred":false},{"Name":"array.shift()","Code":"array.shift()","IsDeferred":false}]}