In the code below, I understand that object destructuring makes console.log(occupation) equivalent to console.log(luke.occupation)
console.log(occupation)
console.log(luke.occupation)
l