const data = { user: { profile: { age: 25 } } }; const { user: { profile: { age } } } = data; console.log(age);