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