{"ScriptPreparationCode":"var x = [...Array(1000).keys()]\r\n\r\nfunction getIndexLast(a) { return a[a.length-1]}\r\nfunction getSliceLast(a) { return a.slice(-1)[0]}","TestCases":[{"Name":"getIndexLast","Code":"getIndexLast(x)","IsDeferred":false},{"Name":"getSliceLast","Code":"getSliceLast(x)","IsDeferred":false}]}