Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Created June 16, 2019 10:45
Show Gist options
  • Save smallpaes/dd42ee4f48831fdd66c040454dcb0cd9 to your computer and use it in GitHub Desktop.
Save smallpaes/dd42ee4f48831fdd66c040454dcb0cd9 to your computer and use it in GitHub Desktop.
const scores = [100, 90, 95]
const [math, science, history] = scores // math = 100, science = 90, history = 95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment