Skip to content

Instantly share code, notes, and snippets.

@oieioi
Created July 26, 2017 02:05
Show Gist options
  • Save oieioi/2b309ddb40100bc6ba11b0b6c87b1a8e to your computer and use it in GitHub Desktop.
Save oieioi/2b309ddb40100bc6ba11b0b6c87b1a8e to your computer and use it in GitHub Desktop.
[[1,2,3],[4,5,6],[7,8,9]].reduce((p, v) => { return p.concat(v)}, [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment