Hi Aakash,
this.aControls
(defined in the init method) is like an instance variable in a class in Java. window.aControls would be a global variable which is accessible everywhere.
There are some tricky things about the scope of variables in JS, so it would be best to do some reading...
Regards
Andreas