return index in from javascript reduce function code example Example: reduce javascript let sum = arr.reduce((curr, index) => curr + index);