mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-17 12:09:00 -05:00
Intermediate code solution doesn't pass tests when the greater number is even because it's the starting acc without passing the reducer function that avoids even number. Proposed solution: reverse the array before reduce.