🏠 New in High Baseline Support: Array splice()

January 29, 2018

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