I've tried using console.log() but I need to have the developer window open in chrome to see the output.
Alert() writes to the pop-up box.
I want to output to the result window (bottom-right pane) in JSFiddle. Can anyone …
How do I print debug messages in the Google Chrome JavaScript Console?
Please note that the JavaScript Console is not the same as the JavaScript Debugger; they have different syntaxes AFAIK, so the print command in JavaScript Debugger will not …