I want to pass an array to an async arrow function. Lets say I want to access each element of an array q = [1,2,3] inside the function to make operations with it. The problem no