Skip to content

Instantly share code, notes, and snippets.

@s3rgeym
Last active May 24, 2019 02:29
Show Gist options
  • Save s3rgeym/832ba16ad908c7480d6ff994227b360b to your computer and use it in GitHub Desktop.
Save s3rgeym/832ba16ad908c7480d6ff994227b360b to your computer and use it in GitHub Desktop.
> [[1,2,3],[4,5,6]].flat()
(6) [1, 2, 3, 4, 5, 6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment