Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created June 16, 2015 15:49
Show Gist options
  • Select an option

  • Save ajcrites/02c2532212fb19a049fa to your computer and use it in GitHub Desktop.

Select an option

Save ajcrites/02c2532212fb19a049fa to your computer and use it in GitHub Desktop.
[0, 1, "", " ", -1, false, true, undefined, [], null, {}, NaN, function () {}]
.filter(Boolean)
.map(val => console.log(val));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment