0
Q:

typescript remove object from array

const index = myArray.indexOf(key, 0);
if (index > -1) {
   myArray.splice(index, 1);
}
17

New to Communities?

Join the community