Skip to content

Instantly share code, notes, and snippets.

@kepta
Created November 19, 2017 08:25
Show Gist options
  • Save kepta/fbc76ab0e468024ddc8db6e854b570ed to your computer and use it in GitHub Desktop.
Save kepta/fbc76ab0e468024ddc8db6e854b570ed to your computer and use it in GitHub Desktop.
const list = [ 'luke', 'leia', 'darth vader' ];
filterEvil(list, null); // [ 'luke', 'leia', 'darth vader' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment