{"ScriptPreparationCode":"this.numberA = Math.random() * 1000;\r\nthis.numberB = Math.random() * 1000;\r\nthis.numberC = Math.random() * 1000;","TestCases":[{"Name":"Math.min","Code":"return this.numberC \u003C Math.min(this.numberA, this.numberB);","IsDeferred":false},{"Name":"inline comparison","Code":"return (this.numberC \u003C this.numberA \u0026\u0026 this.numberC \u003C this.numberB);","IsDeferred":false}]}