Skip to content

Instantly share code, notes, and snippets.

@terrancebryant
Created May 9, 2018 04:39
Show Gist options
  • Save terrancebryant/7792573955f5fbbebf9db91490fa3193 to your computer and use it in GitHub Desktop.
Save terrancebryant/7792573955f5fbbebf9db91490fa3193 to your computer and use it in GitHub Desktop.
let managers = arr.filter((employee) => {
return employee.manager === true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment