Skip to content

Instantly share code, notes, and snippets.

@harryadel
Created August 28, 2016 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harryadel/3a46e91ec201f35dae0c398feeff726a to your computer and use it in GitHub Desktop.
Save harryadel/3a46e91ec201f35dae0c398feeff726a to your computer and use it in GitHub Desktop.
/*
My answer for exercise 'Flattening'
in Eloquent JavaScript Second Edition
Chapter 5 Higher-Order Functions
*/
console.log([].concat.apply([], arrays));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment