If you have JS code which is intended to run as part of loading/building the page, where in the HTML should this go? For instance modifying a or add
or add
You can put a script tag in the head, body, between the two, and more. You can put it most places but see this for a more in depth look.