Write a function that takes an array of number values and returns the sum.
By Timmy Weimann at Mar 29 2020
Write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js
By Condemned Cardinal at Apr 19 2021