Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Created April 26, 2019 06:07
Show Gist options
  • Save Tocacar/1c9a1dd4b51c25c2880f03bbffacbb94 to your computer and use it in GitHub Desktop.
Save Tocacar/1c9a1dd4b51c25c2880f03bbffacbb94 to your computer and use it in GitHub Desktop.
{
"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