react array.fill() to create element based on count code example Example: fill array with values javascript let filledArray = new Array(10).fill({'hello':'goodbye'});