array js mengisi
let filledArray = new Array(10).fill({'hello':'goodbye'});
Cute Crossbill
let filledArray = new Array(10).fill({'hello':'goodbye'});