I\'ve been studying event listeners lately and I think I\'ve finally gotten them down. Basically, they are functions that are called on another object\'s method. My questi
In Brief, you can write the code without event listener, but using event listener help other to use the same code as library.