{"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":"Multiplication","Code":"const a = 2;\r\nconst b = 3;\r\nconst result = a * b;","IsDeferred":false},{"Name":"Exponential","Code":"const x = 2;\r\nconst result = Math.exp(x);","IsDeferred":false}]}