const index = array.indexOf(item);
if (index !== -1) array.splice(index, 1);
For further actions, you may consider blocking this person and/or reporting abuse
const index = array.indexOf(item);
if (index !== -1) array.splice(index, 1);
For further actions, you may consider blocking this person and/or reporting abuse
jmbharathram -
Abdullah Al Mamun Fahim -
Ansif.pv -
Sai Rishika -
Top comments (0)