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