Dumping out Value on console using jQuery
- by Rachel
Hello,
I come from PHP background and am used to doing var_dump, echo and print_r while doing some kind of debugging.
I have just started on jquery, today is my first day infact and am trying to see if there is a way to dump out value to firebug console.
Do we have similar function to var_dump or echo in jQuery or any other way to get values or debug statements displayed on the console ?