Skip to content

Instantly share code, notes, and snippets.

@diogobaltazar
Last active December 3, 2018 22:22
Show Gist options
  • Save diogobaltazar/00dcdadb21d87f0119a19974c8a01c1d to your computer and use it in GitHub Desktop.
Save diogobaltazar/00dcdadb21d87f0119a19974c8a01c1d to your computer and use it in GitHub Desktop.
db.system.js.save({
_id: 'prt'
, value: (...args) => {
args.forEach(arg =>
printjson(arg)
)
}
})
// ******************************************
> load('noArgBinding.js')
> prt(1, 2, 3)
1
2
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment