Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var elemArr = Array.prototype.slice.call( htmlCollection );
  2. // или короче:
  3. var elemArr = [].slice.call( htmlCollection );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement