I cannot find same problem online. IE 11 gives error \"Object doesn\'t support property or method fill\".
fill
var arr = new Array(5); arr.fill(false
Install the trivial polyfill and continue using .fill(…).
.fill(…)