Is it possible to import a javascript file to another javascript file, just like we import sass files?
This question might have been masked as a duplicate to some other question. But it is not because I know that we can concat two or more JavaScript files.
But I looking for a better. I like the idea of importing files in sass (I am looking for the same process, in JavaScript).
As it will also help to send only 1 request to the server.