5 JavaScript Console Methods You Must Know:
One of the most basic debugging tools in JavaScript is console.log().
Here are other useful methods of console API:
1) console.table
2) console.dir
3) console.assert
4) console.time & console.timeEnd
5) console.clear