{"ScriptPreparationCode":null,"TestCases":[{"Name":"Filter","Code":"var l = [1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7].filter((item, index, array) =\u003E array.indexOf(item) === index);\r\nreturn l;","IsDeferred":false},{"Name":"Array","Code":"var l = [1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7];\r\nreturn _.uniq(l);","IsDeferred":false}]}