loopTimes: number[] = Array(31); for (let x = 0; x < loopTimes.length; x++) { console.log('Index/Loop No: ', [x]); // Do something here... }