In my ASP.NET page, I am referring to an external JavaScript file.
As per my learning in the web, it's recommended always to put inline JavaScript code at the bottom of the page. There is no information about how to do it for an external JavaScript reference.
I want to know, if I am referring to an external JavaScript file, where should I write it?
> 1. Inside <Head/> top of the page
> 2. bottom after closing tag of </form>