How would I print something to the result screen in JsFiddle from my JavaScript. I can't use document.write(), it doesn't allow it, neither print.
document.write()
print
What should I use?
To be able to see output from console.log() in JSFiddle, go to External Resources on the left-side panel and add the following link for Firebug:
console.log()
https://getfirebug.com/firebug-lite-debug.js
1.4m articles
1.4m replys
5 comments
57.0k users