how to javascript first n array elements code example Example: first n elements of array js const sliced_array = unsliced_array.slice(0, n);