{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"1","Code":"var b = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9, 10])\r\nreturn b.has(9)","IsDeferred":false},{"Name":"2","Code":"var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\r\nreturn a.includes(9)","IsDeferred":false}]}