about | help | code help+videos | done | prefs |
has37
Given an array of scores, return true if there is a score of 37 in the array. has37([1, 2, 3]) → false has37([1, 2, 37]) → true has37([1, 5, 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
Difficulty: 97
Copyright Nick Parlante 2017 - privacy