What would be an elegant way to merge two arrays, such that the resulting array has two items from the first array followed by a single item from the second array, repeating in this fashion? Desired result: I’m trying to do it using a for loop with multiple counters, but I don’t know that the array lengths will be. I’m