about | help | code help+videos | done | prefs |
Given an array of integers, return true if every element in the array is unique. array_unique([1, 2, 3, 4]) → true array_unique([1, 1, 2, 3]) → false array_unique([1, 2, 2, 3]) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy