We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets values except last.
Alternatives: head, tail, init, last.
array.init(x); // x: an array
const array = require('extra-array'); array.init([1, 2, 3]); // [1, 2] array.init([1]); // []
There was an error while loading. Please reload this page.