let { numberOne, numberTwo, numberThree } = {
  one: 1,
  two: 2,
  three: 3,
};

console.log(numberThree); // undefined