let [a,b,c]=[1,[2,3,4],5] let {x,y}={y:123,x:456}
const obj={a:{b:1}} const {a:{b:data}}=obj console.log(data)