Guest User

Untitled

a guest
Apr 28th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. args = getArgsWithDefaults(undefined)
  2.  
  3. getWithFor(args)
  4. // [Safari, Firefox3, Firefox4] > ['a']
  5. // [Chrome] > ['a']
  6.  
  7. getWithForIn(args)
  8. // [Safari, Firefox3] > []
  9. // [Firefox4] > ['a']
  10. // [Chrome] > ['a','b','c']
Advertisement
Add Comment
Please, Sign In to add comment