Draft

Get unique items of an array

187 of 225arifhp86

Description:

Write a function uniq that takes in an array arr then returns unique items of arr.

For example

 uniq(['a', 'b', 'a']) === ['a', 'b']
Arrays

More By Author:

Check out these other kata created by arifhp86

Stats:

CreatedAug 18, 2015
Warriors Trained416
Total Skips67
Total Code Submissions748
Total Times Completed225
JavaScript Completions187
C# Completions40
Total Stars4
% of votes with a positive feedback rating100% of 1
Total "Very Satisfied" Votes50
Total "Somewhat Satisfied" Votes1
Total "Not Satisfied" Votes2
Ad
Contributors
  • arifhp86 Avatar
  • vilnytskyi Avatar
Ad