about | help | code help+videos | done | prefs |
Given an integer array, return true if the array contains two values of 7 that are adjacent to each other. array_adjacentSevens([7, 6, 7, 8]) → false array_adjacentSevens([4, 5, 7, 7]) → true array_adjacentSevens([6, 7, 7, 8, 9]) → 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
Copyright Nick Parlante 2017 - privacy