Hi everyone,
I need your help again. I’ve a group of items, each of them have an “addEventListener” created through a for cycle. When the user clicks one of them, the related eventListener should be removed.
I suppose I should use an event.target.something to remove the right eventListener but I don’t know how could I do that.
Any ideas about?
Thanks a lot for your help =)