{"ScriptPreparationCode":"function getRandomInt(max) {\r\n return Math.floor(Math.random() * Math.floor(max));\r\n}\r\n\r\nvar arr = [];\r\nfor(var i = 0; i \u003C 1000; i\u002B\u002B){\r\n arr.push({value:getRandomInt(100)});\r\n}\r\n\r\n","TestCases":[{"Name":"_.orderBy(arr, \u0022value\u0022, \u0022asc\u0022)","Code":"_.orderBy(arr,\u0022value\u0022);","IsDeferred":false},{"Name":"_.sortBy(arr,\u0022value\u0022);","Code":"_.sortBy(arr,\u0022value\u0022);","IsDeferred":false}]}