const obj = { first: "helllo", middle: "world" last: "!", }; const new_obj = { ...obj, name: { first: 'blah', last: 'ha'} }위 코드처럼 오브젝트의 키 일부분을 갱신하는걸 뭐라고하지?
destructuring?
흠
오버드라이브?
스프레트시트?
저게 용어가있나? 그냥 단순하게 한국어로 덮어쓰기겠지 값바꾸는게 용어가 어딧노..