If I have a number of responses:
const exampleResponses = [ "name1", "name2", "name3"];
But let's say it's thousands of responses, not just three. Is there a way to pull in the responses from another file? As it stands, with thousands of responses it just clogs up my coding file.