Lets get familiar with some useful interesting console methods !

Hey everyone, this is KG. In this article, you will get an idea about some useful and interesting methods of console object.

1) console.log( ); this line helps web developers to print information in the console. you can print any value using this. 2) console.warn( ); this line helps in showing a warning in the console on yellow color background. 3) console.error( ); this line helps in printing an error message to the console.