Skip to content

Instantly share code, notes, and snippets.

@kllaudyo
Created July 19, 2018 11:53
Show Gist options
  • Save kllaudyo/54fd1d26fe03e88ce6411b50d073c1bc to your computer and use it in GitHub Desktop.
Save kllaudyo/54fd1d26fe03e88ce6411b50d073c1bc to your computer and use it in GitHub Desktop.
JavaScript print_r like php
const print_r = object => JSON.stringify(object, null, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment