🏠 New in Low Baseline Support: Array splice()

July 29, 2015

caniuse · mdn · spec

The array splice() method changes an array in-place. You can use it to delete items, overwrite items, or insert items, starting from an index.

Source features