I've created a website, that includes many different .js files, I'm looking for a way that can just simply combine all my .js files into 1 single file, that I can link without making huge changes in my code.
I've looked at multiple answers and videos but I cannot seem to replicate the results that they are talking about, every time I try to combine all my files into 1 and link it, for some reason it doesn't work. I've been tackling this problem for a good week now, and I would really appreciate some helpful suggestions.