I'm developing a third-party widget and my js uses native reduce function.
But, when I put in the customer page, it has prototype 1.6.0.3 library and it overrides the reduce function doing some thing completely unexpected.
How can I do for my JS to use native reduce instead?
Thanks