Reputation: 86055
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
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
Reputation: 326
Upvotes: 2