JavaScript, like most programming languages, was initially used for small tasks. But as its popularity grew, so did the amount of code that needed to be written. Having a large amount of code in a single file can be problematic, so it's helpful to split the code into multiple...