Skip to content

Instantly share code, notes, and snippets.

@lykkin
Created August 17, 2015 20:45
Show Gist options
  • Save lykkin/93858d953ef87d040c19 to your computer and use it in GitHub Desktop.
Save lykkin/93858d953ef87d040c19 to your computer and use it in GitHub Desktop.
(function inject(deps){
with (deps) {
return function (output){
print(output)
}
}
})({print:console.log})(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment