Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 122: Sets
Implement `uniqueValues(arr)` returning the distinct values in order, using a Set.
+ 1 hidden test run on Submit.
A Set drops duplicates while preserving first-seen order.
Run your code to see results.