Y
Hacker News
new
|
ask
|
show
|
jobs
by
fiddlerwoaroof
2995 days ago
Recent JS versions have it too:
> let {a,b} = {a: 1, b: 2} > a 1 > b 2