{"ScriptPreparationCode":"var array = Array.from(new Array(120), () =\u003E Math.floor(Math.random() * 40))\r\nvar copy = null","TestCases":[{"Name":"Lodash uniqWith","Code":"copy = _.uniqWith(array, _.isEqual)","IsDeferred":false},{"Name":"Set","Code":"copy = [...new Set(array)]","IsDeferred":false}]}