Jak zrobić szereg wartości od 1 do liczby
[ ...Array(N).keys() ].map( i => i+1);
Outstanding Oystercatcher
[ ...Array(N).keys() ].map( i => i+1);