Skip to content

Instantly share code, notes, and snippets.

@Billmike
Created December 20, 2018 21:31
Show Gist options
  • Save Billmike/1c9cba0f4cf6b46899b38f8bc1e80475 to your computer and use it in GitHub Desktop.
Save Billmike/1c9cba0f4cf6b46899b38f8bc1e80475 to your computer and use it in GitHub Desktop.
const notSoDomesticAnimals = ['Salamander', 'Iguana', 'Moth', 'Sloth'];
const [salamander, iguana, …rest] = notSoDomesticAnimals;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment