WebI/OConsole.tablemethod Console.table#Console.table(tabularData?: any,properties?: string[],): voidDisplays tabular data as a table Examples ##console.table([ { name: 'John', age: 30 }, { name: 'Jane', age: 25 } ]); Parameters #optional#tabularData: anyData to be displayed in table format optional#properties: string[]Array of property names to be displayed Return Type #void
method Console.table#Console.table(tabularData?: any,properties?: string[],): voidDisplays tabular data as a table Examples ##console.table([ { name: 'John', age: 30 }, { name: 'Jane', age: 25 } ]); Parameters #optional#tabularData: anyData to be displayed in table format optional#properties: string[]Array of property names to be displayed Return Type #void