create variable of array with prefilled with zero value using javascript code example
Example: fill array with values javascript
let filledArray = new Array(10).fill({'hello':'goodbye'});
let filledArray = new Array(10).fill({'hello':'goodbye'});