about | help | code help+videos | done | prefs |
Returns false if there is a five without a zero immediately before or after it; otherwise returns true. The array length will always be three or more. fiveO([5, 0, 4]) → true fiveO([3, 5, 6]) → false fiveO([3, 5, 5, 0]) → 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: 200
Copyright Nick Parlante 2017 - privacy