Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Created June 16, 2019 10:47
Show Gist options
  • Save smallpaes/c5142155428d375eb529fc4a06ab313f to your computer and use it in GitHub Desktop.
Save smallpaes/c5142155428d375eb529fc4a06ab313f to your computer and use it in GitHub Desktop.
// 忽略 scores 陣列中 90 這個值
const scores = [100, 90, 95]
const [math, , history] = scores // math: 100, history: 95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment