Skip to content

takeLast

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

manipula.takeLast(count)

Method returns 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 return.
Clone this wiki locally