Retired
No Duplicates Here (retired)
217 of 500thegsi
Description:
Return the array/list passed into the function with all duplicates removed.
The items in the returned array should be sorted alphabetically, with numbers before strings.
The function should remove any null, undefined and invalid values from the array (in JS: all falsey values (NaN, false, undefined, null etc.) have to be removed). If the variable is not an array/list, the function should return a string “Not an array”.
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Jun 30, 2015 |
Warriors Trained | 1520 |
Total Skips | 296 |
Total Code Submissions | 5136 |
Total Times Completed | 500 |
JavaScript Completions | 217 |
Ruby Completions | 61 |
Python Completions | 232 |
Total Stars | 28 |
% of votes with a positive feedback rating | 84% of 151 |
Total "Very Satisfied" Votes | 118 |
Total "Somewhat Satisfied" Votes | 18 |
Total "Not Satisfied" Votes | 15 |
Total Rank Assessments | 160 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 1 kyu |
Lowest Assessed Rank | 8 kyu |