5/17/2022
•
EN
Removing items from an array with the delete operator is not the right way
Explains why using the delete operator to remove items from a JavaScript array is problematic and recommends using splice instead.