Created
July 19, 2018 11:53
-
-
Save kllaudyo/54fd1d26fe03e88ce6411b50d073c1bc to your computer and use it in GitHub Desktop.
JavaScript print_r like php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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