{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nvar array = [0,1,2,3,4]","TestCases":[{"Name":"array[array.length - 1]","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\narray[array.length - 1]","IsDeferred":false},{"Name":"array.slice(-1)[0]","Code":"array.slice(-1)[0]","IsDeferred":false},{"Name":"[...array].reverse()","Code":"[...array].reverse()","IsDeferred":false}]}