Skip to content

Instantly share code, notes, and snippets.

@mikeplavsky
Created March 22, 2019 15:14
Show Gist options
  • Save mikeplavsky/56ae00f81b3ebbe79cbb312e2cc6a470 to your computer and use it in GitHub Desktop.
Save mikeplavsky/56ae00f81b3ebbe79cbb312e2cc6a470 to your computer and use it in GitHub Desktop.
let y = {a:1, b:2, c:3}
let {a:x,...r} = y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment