When I add an event listener to a canvas - what is going on behind the scenes? Is the function being parsed in some way? Or is it just a case of a memory address being set like a variable?
I'm curious as to whether assigning DOM1 events multiple times (the subsequent assignment(s) overwriting the previous) or just adding a DOM2 event once (with addEventListener() ) makes any difference at all.