Guest User

Untitled

a guest
Feb 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. obj1 = [{some: "any"}, {some1: "any1"}]
  2. obj2 = [{some2: "any2", some3: "any3"}, {some4: "any4", some5: "any5"}]
  3.  
  4. obj3 = [{some: "any"}, {some1: "any1"},{some2: "any2", some3: "any3"}, {some4: "any4", some5: "any5"}]
  5.  
  6. obj3= [obj1, obj2]
  7.  
  8. obj3 = [[...], [...]]
Add Comment
Please, Sign In to add comment