Use native reduce instead prototype 1.6.0.3 reduce

Viewed 428

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

2 Answers
Related