ould return an array with the first n elements of the array code example Example: first n elements of array js const sliced_array = unsliced_array.slice(0, n);