{"ScriptPreparationCode":"var a = [];\r\nvar i = 0;\r\n\r\nwhile (i \u003C= 1E5) {\r\n i\u002B\u002B;\r\n // Put the two results same disance from start and end\r\n if(i === 1E5 - 1E4 || i === 1E4) str.push(\u0022match\u0022)\r\n else a.push(i)\r\n}","TestCases":[{"Name":"Array.lastIndexOf","Code":"const item = a.lastIndexOf(\u0022match\u0022);","IsDeferred":false},{"Name":"Array.indexOf","Code":"const index = a.indexOf(\u0022match\u0022);","IsDeferred":false}]}