Skip to content

Instantly share code, notes, and snippets.

@roadev
Last active November 27, 2017 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roadev/84121be4ec81c199b75959a1b3a362db to your computer and use it in GitHub Desktop.
Save roadev/84121be4ec81c199b75959a1b3a362db to your computer and use it in GitHub Desktop.

Data

const i = fromJS(
  { name: 'Juan', age: 25 },
  { name: 'David', age: 34 },
  { name: 'Luis', age: 28 },
  { name: 'Andrés', age: 29 },
);
  1. Return a list with people aged 30 or older.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment