Forum Bugs

It looks like Prince does not support fill()

dejudicibus
Stuff like this does not work in Prince

var hIndex = new Array(10).fill(0);


The error is

TypeError: value is not an object.
mikeday
Prince does not yet support the Array fill method.
dejudicibus
ok, thank you
mikeday
We have added support for the Array fill method to the latest build, thanks for letting us know! :D