Created
December 14, 2017 03:12
-
-
Save larisasmiles/78ccb18bcf29537c8cbb394e21d96ae0 to your computer and use it in GitHub Desktop.
shortcuts for code
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
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