IE/JS: reduce on an object

前端 未结 2 1365
小鲜肉
小鲜肉 2021-01-12 06:57

my javascript Application works on firefox and chrome very well. But it seams to be broken on Internet Explorer (IE 8).

I did not get an error Message on the console

2条回答
  •  再見小時候
    2021-01-12 07:20

    You can also find other ES5 JavaScript array functions polyfills here:

    http://tech.pro/tutorial/1834/working-with-es5-javascript-array-functions-in-modern-and-legacy-browsers#indexof

提交回复
热议问题