Javascript equivalent to PHP print_r($array)

Javascript logo

There’s an equivalent in jQuery to PHP function print_r($array). It’s good when you want to see an associative array. Especially, if you get it via some function. Read more»

TypeScipt / Javascript