make array fill empty js code example Example: how can I create an empty array fill with 0 in javascript? new Array(len).fill(0);