Arrays Implement Array Reduce Assuming Javascript does not have an array reduce method, how would you implement one? Or in other words, implement a polyfill for array reduce in Javascript.