friends.pop();
friends.push();
friends.delete();
To remove a value from the friends array, we'd use friends.pop().
friends
friends.pop()