Created
April 26, 2019 06:07
-
-
Save Tocacar/1c9a1dd4b51c25c2880f03bbffacbb94 to your computer and use it in GitHub Desktop.
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
{ | |
"Start obvious console.log()": { | |
"prefix": "slog", | |
"body": [ | |
"console.log('%c <<< log start >>> ', 'color: black; background-color: yellow');" | |
], | |
"description": "Make it obvious you are starting a console.log()" | |
}, | |
"End obvious console.log()": { | |
"prefix": "elog", | |
"body": [ | |
"console.log('%c <<< log end >>> ', 'color: yellow; background-color: black');" | |
], | |
"description": "Make it obvious you are end a console.log()" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment