Y
Hacker News
new
|
ask
|
show
|
jobs
by
faitswulff
3211 days ago
I'm not sure what the wink means, but I think gp might be talking about destructuring like what you'd find in Javascript:
> const {a, b} = {a: 'hey', b: 'there'} undefined > a 'hey' > b 'there'