| about | help | code help+videos | done | prefs | 
| Given an array of integers, return true if the array contains at least two values that are the same, and false otherwise. Solve this without modifying the given array or creating a new array. hasRepeat([14, 41]) → false hasRepeat([7, 2, 10, 2]) → true hasRepeat([4, 4, 4]) → true ...Save, Compile, Run (ctrl-enter) | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Difficulty: 300
Copyright Nick Parlante 2017 - privacy