Skip to content

Instantly share code, notes, and snippets.

@pinuke
Created December 22, 2016 09:41
Show Gist options
  • Save pinuke/88b926dc663c9b57df362470dce8f9c0 to your computer and use it in GitHub Desktop.
Save pinuke/88b926dc663c9b57df362470dce8f9c0 to your computer and use it in GitHub Desktop.
An array flattener in JavaScript
var debug={
"input":[[1,2,[3]],4],
"array_depth":0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment