Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const previews = statuses.map(status =>
  2.         status.mediaAttachments.map(attachment => attachment.url),
  3.       );
  4.  
  5. return [].concat(...previews);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement