how to get the first 20 arrays of a api code example Example: first n elements of array js const sliced_array = unsliced_array.slice(0, n);