How do I write a javascript statement that writes to the javascript 
console?  Something like:

debug( "my favorite number is " + x );
===>
my favorite number is 6

Thank you.



Reply via email to