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
Abhay Singh Kathayat -
Simon Green -
Gome510 -
Sergi Mamedov -
Top comments (0)