{"ScriptPreparationCode":"function getRandomInt(max) {\r\n return Math.floor(Math.random() * Math.floor(max));\r\n}\r\n\r\nvar arr = [getRandomInt(100), getRandomInt(100)];\r\n\r\n","TestCases":[{"Name":"lodash max","Code":"_.max(arr);","IsDeferred":false},{"Name":"Compare","Code":"arr[0] \u003E arr[1] ? arr[0] : arr[1]","IsDeferred":false}]}