Skip to content

Instantly share code, notes, and snippets.

@arodic
Created October 2, 2015 10:00
Show Gist options
  • Save arodic/d7233b4738cd15243eee to your computer and use it in GitHub Desktop.
Save arodic/d7233b4738cd15243eee to your computer and use it in GitHub Desktop.
Atom snippets
'.source.js':
'Console Log':
'prefix': 'c'
'body': 'console.log(${1:this})'
'Function':
'prefix': 'fu'
'body': 'function($1) {$2},'
'For Loop':
'prefix': 'for'
'body': 'for(var i = 0; i < $1.length; i++) {$2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment