Last active
July 6, 2019 02:13
-
-
Save cereme/ab84ebde0f894ac20fc007d0e3180170 to your computer and use it in GitHub Desktop.
alignItems.js
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 alignItems = | |
(items) => items.filter(item => item.age < 19); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment