Javascript – Map function not returning the expected column (3rd) from array
I'm having an issue retrieving email addresses from the 3rd col in an array (obtained from a Gsheet) using filter and map functions. The call is printing an empty array in the log. Can someone please explain what I'm doing…