I have two functions inside to separate .js files, and each of the files needs to use the other file's function. Each of the files also needs to use its own function. Is it possible to do this? I thought about moving the functions to a new file, but that would make my code a LOT more complicated. Thanks so much for the help!