cara membuat array nilai dari 1 ke angka
[ ...Array(N).keys() ].map( i => i+1);
Outstanding Oystercatcher
[ ...Array(N).keys() ].map( i => i+1);