Given const numbers = [1, 2, 3, 4, 5, 6, 7], chain map, filter, and reduce to:
const result
Click Run to test your code