Array(3).join(',').split(','); Array(3).fill(''); [...Array(3)]; Array(3).fill('').map((item, index) => index); // [0, 1,,2]