Question
can you detect if listener is applied?
I am writing a class and would like to have it remove a
listener only if it is listening (hence created). I tired just
removeEventListener(); but i get the error access of an undefined
property - b/c it hasnt been created - yet.