descructurar en reaccionar con alias

const { x: otherName } = obj;
Yucky Yak