Lets say I have a helloworld.js and a test.js file. In the test.js file, I want to make a const:
const helloworldFile = *contents of helloworld.js* file.