I'm relatively new to JS and I'm having issues properly emulating OOP principles.
I guess I have two questions. Question the first is regarding the many ways to declare variables.
Say I ...
I'm using the prototype javascript libraries. My code is below. I've created a class and in that class I have created an event listener for one of the class methods. ...