method Console.table
Jump to headingConsole.table(tabularData?: any,properties?: string[],): void
Displays tabular data as a table
Examples Jump to heading
Parameters Jump to heading
optional
Jump to headingtabularData: any
Data to be displayed in table format
optional
Jump to headingproperties: string[]
Array of property names to be displayed
Return Type Jump to heading
void