{"ScriptPreparationCode":null,"TestCases":[{"Name":"Math.pow","Code":"Math.pow(54, 2);","IsDeferred":false},{"Name":"Multiplication","Code":"54*54","IsDeferred":false},{"Name":"Custom","Code":"function pow(x, y){\r\n let result = x;\r\n while(y){\r\n y--;\r\n result*=x;\r\n }\r\n}\r\npow(54, 2);","IsDeferred":false}]}