Skip to content

Instantly share code, notes, and snippets.

@kaskichandrakant
Created November 27, 2018 09:46
Show Gist options
  • Save kaskichandrakant/bf1b96f3a1d71b5fbdff17f8c9868fdd to your computer and use it in GitHub Desktop.
Save kaskichandrakant/bf1b96f3a1d71b5fbdff17f8c9868fdd to your computer and use it in GitHub Desktop.
let collector = function(collection){return (unit)=>{collection.push(unit)}}
let collectionA = []
collectorForA=collector(collectionA)
collectorForA(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment