Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. let query = qs.parse(url) // => { items: [1,2,3] }
  2.  
  3. { items: { '0': 1, '1': 2 ...plus 19 more items } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement