1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
13. Extract Each Kth
Create an array of numbers. Specify 'k' to extract every kth number from your array.
Array of numbers: [
]
Add value to array:
Add
Delete Last Item
Clear Array
k:
Extract Numbers
New array: [
]
Previous
Next