Guest User

Untitled

a guest
Nov 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var list = {value: 10, rest: {value: 20, rest: {value: 30, rest: null}}}
  2.  
  3. console.log(nth(list, 1));
Add Comment
Please, Sign In to add comment