Theres this issue within my code, but I don't know exactly where the issue is.
The mergeFile function() takes two txt files and merges them into an empty txt file. The problem Im having is that after merging, there are no spaces between words in the "combined.txt" file. I don't know if it's something simple, or if I missed some important code that specifies to added spaces. there are no numbers in either text files, just letters and punctuation characters if that helps too.