{"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":"Includes","Code":"const str = \u0027abc def ghi\u0027;\r\nstr.toLowerCase().includes(\u0027de\u0027);","IsDeferred":false},{"Name":"Word starts with","Code":"const str = \u0027abc def ghi\u0027;\r\nstr.toLowerCase().split(\u0027 \u0027).some(word =\u003E word.startsWith(\u0027de\u0027));","IsDeferred":false}]}