I have seen JavaScript libraries being loaded at the top and bottom of the page.
I would love to know when to make these choices. All the JavaScript code I\'ve writt
I put all external scripts (such as Google analytics) at the bottom so their lag does not effect the loading of the DOM.