I'm starting in Front End and wanted to know the best technique and tool / library to load dependency files in JavaScript .
I feel that I could just add a .js file in my html and in this file control the loading of dependencies on it. Should I use any library for this or does the JavaScript do this natively?