I have been researching for a simple solution to a problem that I have.
I have a JavaScript file that needs to use some functions that are contained in another JS file. I read many posts from stack overflow, and they all require a to be loaded from a web page. In my case they absolutely do not use a web page to be loaded and I do not want to use one.
The reason is because I am running JavaScript unit testing from command line using Rhino. Please I'm begging for help!