Array built-in object documentation
.push()(end).unshift()(start)
.pop()(end).shift()(start).splice()(any)
.reverse().sort().fill
.map()(loop)
.filter()
.slice()
.concat()
.flat().flatMap()
.indexOf()
.findIndex()
.find()
.includes()
.some().every()
.join()
.reduce()
.forEach()