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
Head Trevino -
James K Cabrera -
keploy -
T.H. Jacobs -
Top comments (0)