print_r() for javascript
I typically just use uneval() to figure out what’s inside an array/object, but what about when it’s large and heterogeneous? I wanted to find a version of php’s print_r() for JavaScript. Here is link to the Original Version of dump() I based mine off of: www.openjs.com/scripts/others/dump_function_php_print_r.php When I tried it, the first thing I noticed…
Read More print_r() for javascript