slice
slice(start, [end]) ⇒ array
Extract the subset of this array, starting at start
index. If end
is
specified, extract up to but not including end
index.
slice(start, [end]) ⇒ array
Extract the subset of this array, starting at start
index. If end
is
specified, extract up to but not including end
index.