Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created August 12, 2015 02:10
Show Gist options
  • Select an option

  • Save zeroeth/0769c790de99850827dd to your computer and use it in GitHub Desktop.

Select an option

Save zeroeth/0769c790de99850827dd to your computer and use it in GitHub Desktop.
flatten fluffy
var fluffy = [
1,
2,
"a",
[
["b","c"],
null,
"meow"
],
{cat: "barf"},
"fluffy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment