Challenge Looping through an array to delete rows in Google Apps Script
The following function deletes rows in a Google sheet based on a specific value/item, I was hoping to modify this to take an array of items to delete. Original function //GLOBALS var spreadSheet = …