I was trying to solve for a Matrix Transpose problem which should have the expected output as this example:
makeTranspose([ [1, 2, 3], [4, 5, 6], [7, 8, 9]