{"ScriptPreparationCode":"function getRandomInt(max) {\r\n return Math.floor(Math.random() * max);\r\n}\r\n\r\nvar arr2 = [];\r\nvar arr1 = [];\r\nfor(var index1123123; index1123123 \u003C= 1000000; index1123123\u002B\u002B ){\r\n\tconst i = getRandomInt(1000);\r\n \tconst o = getRandomInt(1000);\r\n arr1.push(i);\r\n \tarr2.push(o);\r\n}","TestCases":[{"Name":"Lodash.js isEqual","Code":"_.isEqual(arr1, arr2);","IsDeferred":false},{"Name":"lodash.js difference","Code":"const mytest = _.difference(arr1, arr2);\r\n(mytest.length == 0)","IsDeferred":false}]}