Concept placed wrong: Recursion

JavaScript key concepts on Exercism.

there, Recursion should be directly connected to Functions,

i.e.
Functions → Recursion

instead of
Functions → Callbacks → Arrow Function → Array Transformation → Recursion

Unfortunately you need to understand array transformations, because we need reduce (or forEach), which takes a callback.