I have multiple arrays in a function that I want to use in another function. How can I return them to use in another function
this.runThisFunctionOnCall = functi
Simply put your arrays into an array and return it I guess.