What is console.log and how do I use it?

Javascript

Javascript Problem Overview


> Possible Duplicate:
> What is console.log?

I see this line in a lot of jQuery scripts out there. I assume it's used for debug.

Where can I see this log?

Javascript Solutions


Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAlexView Question on Stackoverflow