How to store await values into an array inside the forEach loop? – Javascript
I am trying to post a thread using node.js If I have any media attached to a tweet, I need to upload it and store the uploadedId which is in my case mediaId. I am getting the mediaId inside a…