Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Last active June 16, 2019 11:03
Show Gist options
  • Save smallpaes/fdc5d4f37a1d6ffe671f724c1babec74 to your computer and use it in GitHub Desktop.
Save smallpaes/fdc5d4f37a1d6ffe671f724c1babec74 to your computer and use it in GitHub Desktop.
const scores = [100, [90, 93], 95]
const [math, [firstHistory, secondHistory]] = scores
console.log(`${math}, ${firstHistory}, ${secondHistory}`) //100, 90, 93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment