Created
May 3, 2018 05:14
-
-
Save HideoKun/c224003fd31b95b20ee2aa45b387f0f1 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 longerThanThree = (t: string): boolean => t.length > 3; | |
const includesO = (t: string): boolean => t.includes(filterInput); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment