| javascript Programming Glossary: initallIn JavaScript, does it make a difference if I call a function with parentheses? http://stackoverflow.com/questions/3246928/in-javascript-does-it-make-a-difference-if-i-call-a-function-with-parentheses  what would be the difference between window.onload initAll and window.onload initAll Please explain the principle behind.. difference between window.onload initAll and window.onload initAll Please explain the principle behind it. Thanx in advance.  javascript..  javascript   share improve this question   window.onload initAll This executes initAll straight away and assigns the function's.. 
 |