const { node: current, cost: currentCost } ={node:100,cost:1000} current // 100 currentCost // 1000
이런식으로 분해할 수도 있다.