{"ScriptPreparationCode":"var num1 = Math.random();\r\nvar num2 = Math.random();","TestCases":[{"Name":"ternary","Code":"const max1 = num1 \u003E num2 ? num1 : num2;","IsDeferred":false},{"Name":"math","Code":"const max2 = Math.max(num1, num2);","IsDeferred":false}]}