Skip to content

Instantly share code, notes, and snippets.

@Siemko
Created June 3, 2020 19:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Siemko/ca4941c9ac2568a48e72f056e4469cb5 to your computer and use it in GitHub Desktop.
Save Siemko/ca4941c9ac2568a48e72f056e4469cb5 to your computer and use it in GitHub Desktop.
"Print to console"
{
"Print to console": {
"scope": "javascript,typescript",
"prefix": "log",
"body": ["console.log('$1');"],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment