Last active
March 23, 2017 17:46
-
-
Save gauntface/6775a21b960c876b3ea98a7f5599f856 to your computer and use it in GitHub Desktop.
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
| console.group('My Custom Heading'); | |
| console.log('Message 1'); | |
| console.log('Message 2'); | |
| console.groupEnd(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment