Skip to content

Instantly share code, notes, and snippets.

@mikeplavsky
Created March 22, 2019 15:11
Show Gist options
  • Save mikeplavsky/451ac6d7379ad2abc68f292f55e25eea to your computer and use it in GitHub Desktop.
Save mikeplavsky/451ac6d7379ad2abc68f292f55e25eea to your computer and use it in GitHub Desktop.
[1,2,3,4,5].reduce( (r,x) => [...r,x], [7,8,9])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment