Write the recursive version of the function reduce which takes reducer – a two-argument function that reduces elements to a single value s – a Write the recursive version of the function reduce which takesreducer – a two-argument function that reduces elements to a single values – a sequence of valuesbase – the starting value in the reduction. This is usually the identity of the...