1/10 Removing Objects from an Array

Help me fix my code! My current sketch draws bubbles on the screen using an array of objects. Help adding a feature so that when mouse clicks on a circle the object would be removed from the array using JavaScript splice().

Next