{"ScriptPreparationCode":null,"TestCases":[{"Name":"Set","Code":"const c = [1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7];\r\nvar l = new Set();\r\nc.forEach(x =\u003E l.add(x))\r\nreturn Array.from(l);","IsDeferred":false},{"Name":"Array","Code":"var c = [1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7];\r\nconst l = [];\r\nc.forEach(x =\u003E l.push(x));\r\nreturn _.uniq(l);","IsDeferred":false}]}