What differences would there be between including an arbitrary javascript IIFE wrapped in a script tag in the Head section of every page of a website versus including the very same IIFE in a shared.js file, also on all pages?
Asked
Active
Viewed 12 times
0
-
3Does this answer your question? [Javascript - inline vs external script - what's the difference?](https://stackoverflow.com/questions/29918246/javascript-inline-vs-external-script-whats-the-difference) – Daniel_Knights Sep 28 '20 at 04:49
-
1Yes, thank you it does – Austin737 Sep 28 '20 at 04:53