Skip to content

skipLast

Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

manipula.skipLast(count)

Method returns all but a specified number of contiguous elements from the end of an iterable.

Kind: instance method of Manipula

Param Type Description
count number The number of elements to skip from the end of an iterable.
Clone this wiki locally