about | help | code help+videos | done | prefs |
Given a list of integers, return true if the list contains two values of 7 that are adjacent to each other. list_adjacentSevens([7, 6, 7, 8]) → False list_adjacentSevens([4, 5, 7, 7]) → True list_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