{"ScriptPreparationCode":"this.value = Math.random();","TestCases":[{"Name":"Min and Max","Code":"Math.min(Math.max(0.3, this.value), 1080);","IsDeferred":false},{"Name":"Ifs","Code":"if(this.value \u003C 0.3) return 0.3\r\nif(this.value \u003E 0.7) return 0.7\r\nreturn this.value","IsDeferred":false}]}