Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. js> var arrTags = ['h1', 'title', 'label']
  2. js> for (var i = 0; i < arrTags.length; i++) { $(arrTags[i]).each(function(){ print($(this).html())}); }
  3.  
  4. The score is
  5. 0
  6. [object Object]
Add Comment
Please, Sign In to add comment