How can I import a function that is in another file inside the script tag of my HTML file?
I am trying to import a function (that is in its own js file) inside the script of my index.html so I can use it for example with a button onclick. I dont want to define the function in the script because it will be too polluted.