Y
Hacker News
new
|
ask
|
show
|
jobs
by
bogomipz
2991 days ago
Ah OK its a functional construct, this make sense. I have seen this in my brief exposure to Clojure. Thanks for the examples and links.
1 comments
fiddlerwoaroof
2991 days ago
Recent JS versions have it too:
> let {a,b} = {a: 1, b: 2} > a 1 > b 2
link