const a = {
name: 'jane',
age:29,
point: 100
}
const { name, ...rest } = a
저렇게 rest로 나머지 받아 쓸 수 있는거...
스프레스 연산 아님. 저걸 표현하는 말이 있었는데 기억이 안 나네요...