Skip to content

Instantly share code, notes, and snippets.

@yuanliwei
Created November 20, 2018 16:13
Show Gist options
  • Save yuanliwei/72010a4d4b18e20eb4543ed4ca6a1034 to your computer and use it in GitHub Desktop.
Save yuanliwei/72010a4d4b18e20eb4543ed4ca6a1034 to your computer and use it in GitHub Desktop.
Atom snippets
'.source.js':
'filter':
'prefix': 'filter'
'body': """filter((item)=>{
return item$1
})"""
'map':
'prefix': 'map'
'body': """map((item)=>{
return item$1
})"""
'forEach':
'prefix': 'forEach'
'body': """forEach((item)=>{
item$1
})"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment