Guest User

Untitled

a guest
Nov 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var photos,tags = new Array();
  2.  
  3. flickrJSON.items.forEach(function(item, index) {
  4. photos[index] = item.media.m;
  5. tags[index] = item.tags;
  6. });
Add Comment
Please, Sign In to add comment