user496949
user496949

Reputation: 86055

Where is console object get defined?

Since currently we can use console.log to print out log information, I am wondering where is the console object get defined?

Upvotes: 1

Views: 127

Answers (2)

Triang3l
Triang3l

Reputation: 1238

In the code of browser's developer tools. If the browser doesn't have native developer tools, it's defined by third-party dev tools like Firebug.

Upvotes: 1

Gran
Gran

Reputation: 326

Upvotes: 2

Related Questions