Tagged Questions

2
votes
2answers
99 views

Can destructuring assignment be used to effect a projection in CoffeeScript?

I'm having some trouble understanding destructuring assignment in CoffeeScript. The documentation contains a couple of examples which together seem to imply that renaming objects during assignment can ...