// Internet Explorer doesn't work :( let array = Array(5).fill(''); console.log(array); // outputs (5) ["", "", "", "", ""]