javascript - Print Var in JsFiddle -


how print result screen in jsfiddle javascript. can't use document.write(), doesn't allow it, neither print.

what should use?

to able see output console.log() in jsfiddle, go external resources on left-side panel , add following link firebug:

https://getfirebug.com/firebug-lite-debug.js

example of result after adding firebug-lite-debug.js


Comments

Popular posts from this blog

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -