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 ##tabularData: any optionalData to be displayed in table format #properties: string[] optionalArray 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 ##tabularData: any optionalData to be displayed in table format #properties: string[] optionalArray of property names to be displayed Return Type #void