Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save angelorubin/efe41677aa13a2c4e0ff87ac7efebef3 to your computer and use it in GitHub Desktop.
Save angelorubin/efe41677aa13a2c4e0ff87ac7efebef3 to your computer and use it in GitHub Desktop.
const merge2dArrayIntoOne2 = (arrays) => arrays.reduce((p,n) => p.concat(n));
// 77 Caracteres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment