if you want to drop the first/last n elements, the...
# getting-started
n
if you want to drop the first/last n elements, there's
drop
and
dropLast
(returning new lists obviously)