Logs the provided 2-dimensional string array as a formatted table.
2-dimensional string array where the first row is the column headers
logTable([ ['Name', 'Age', 'Country'], ['Alice', '28', 'USA'], ['Bob', '22', 'Canada']]) Copy
logTable([ ['Name', 'Age', 'Country'], ['Alice', '28', 'USA'], ['Bob', '22', 'Canada']])
Logs the provided 2-dimensional string array as a formatted table.