Created
November 19, 2017 08:25
-
-
Save kepta/fbc76ab0e468024ddc8db6e854b570ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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