We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Lists all indices. 🏃 📼 📦 🌔
array.keys(x); // x: an array
const array = require('extra-array'); var x = [1, 2, 3]; [...array.keys(x)]; // [ 0, 1, 2 ]