Created
February 8, 2017 17:11
-
-
Save BenGitsCode/04c177db2f135d32d2340de07efd7161 to your computer and use it in GitHub Desktop.
Great way to log objects with <the thing is: the thing>
This file contains 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
`console.log({min});` | |
// it will output with the variable name like this `Object {min: 46}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment