Skip to content

Instantly share code, notes, and snippets.

@cereme
Last active July 6, 2019 02:13
Show Gist options
  • Save cereme/ab84ebde0f894ac20fc007d0e3180170 to your computer and use it in GitHub Desktop.
Save cereme/ab84ebde0f894ac20fc007d0e3180170 to your computer and use it in GitHub Desktop.
alignItems.js
//얼라인아이템즈
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