Where to store Javascript Functions in Application for reuse
I have JavaScript function, and I want to call this function from different places in application. Is there some location where I can put this code just once, and call it from different items or regions, from different pages in one application? I think it is stupid if it is necessary to put the same function in every page I want to use it.