What is Console Object in Javascript ?

Console object provides access to browsers debugging console.

If browser supports debugging you can use console.log() method to display required text in debugging window.

Console object provides methods like debug(), log(), error(), info(), trace(), warn() which are useful for code debugging.



You May Interest

What is Difference Between Javascript and ECMAScript ?

What are the Variable Naming Conventions in JavaScript ?

What is this Keyword in Javascript ?

What are Different Error Types in Javascript ?

What is Promise in Javascript ?