Guest User

Untitled

a guest
May 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var links = new Array();
  2. links['link1'] = 'link1.com';
  3. links['link2'] = 'link2.com';
  4.  
  5. links.each(function(key){
  6. alert(key)
  7. })
Add Comment
Please, Sign In to add comment