HTML DOM console table() Method
The console.table() method in HTML is used for writing data in tabular form in the console view. The table data is sent as a parameter to the console.table() method which must be an object or an array containing the data to be filled in the table. Syntax: console.table( tabledata, tablecolumns );Pa