Skip to content

Instantly share code, notes, and snippets.

@kepta
Created February 5, 2018 04:54
Show Gist options
  • Save kepta/d782d326131459603602488097d520d3 to your computer and use it in GitHub Desktop.
Save kepta/d782d326131459603602488097d520d3 to your computer and use it in GitHub Desktop.
const arrayAddFirst = (a, b) => [a, ...b];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment