Skip to content

Instantly share code, notes, and snippets.

@larisasmiles
Created December 14, 2017 03:12
Show Gist options
  • Save larisasmiles/78ccb18bcf29537c8cbb394e21d96ae0 to your computer and use it in GitHub Desktop.
Save larisasmiles/78ccb18bcf29537c8cbb394e21d96ae0 to your computer and use it in GitHub Desktop.
shortcuts for code
For everyone tired of typing console.log(), use this function in your code...
[7:53]
function log(input) {
console.log(input);
}
[7:53]
Now you only need to type log()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment