¡@

Home 

javascript Programming Glossary: my_app

Difference between a constructor and an Object

http://stackoverflow.com/questions/4559207/difference-between-a-constructor-and-an-object

need some light on this. What's the diference between var MY_APP function this.firstMethod function something this.secondMethod.. something this.secondMethod function something and var MY_APP firstKey function something secondKey function something besides.. executed an anonymous function is created and assigned to MY_APP but nothing else happens. firstMethod and secondMethod don't..