Advertisement
GAMELASTER

Untitled

Dec 27th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // obj
  2. let obj = {
  3.   name: {
  4.     foo: bar
  5.   }
  6. }
  7. // array
  8. let arr = [
  9.   {
  10.      name: 'name',
  11.      foo: 'bar'
  12.   }
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement