Skip to content

Instantly share code, notes, and snippets.

@demosifter
Created October 10, 2016 19:14
Show Gist options
  • Save demosifter/b13b4372056e2ccc27c562ea67e1c30e to your computer and use it in GitHub Desktop.
Save demosifter/b13b4372056e2ccc27c562ea67e1c30e to your computer and use it in GitHub Desktop.
checking all places for the text
others.map(value => {
let text = value.textBody || value.strippedHtmlBody || '';
return text;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment