Community

Functional JavaScript: Five ways to calculate an average with array reduce

(James Sinclair) The JavaScript array reduce method seems to give people trouble. Part of the reason is that many tutorials start out using reduce only with numbers.