Skip to content

Instantly share code, notes, and snippets.

@demosifter
Created October 10, 2016 19:12
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 demosifter/f898dec510ecf29cc92191e81cf89eaa to your computer and use it in GitHub Desktop.
Save demosifter/f898dec510ecf29cc92191e81cf89eaa to your computer and use it in GitHub Desktop.
filter out emails that were send by the user
const others = json.filter(j => j.user !== j['from'].email);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment