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
Noel Doyle -
Frazier Livingston -
Noel Doyle -
Iqbal Hutchinson -
Top comments (0)