けんき says to YSITD function move({x = 0, y = 0} = {}) { return [x, y]; } move(); // [0, 0] why 不是應該會[undefined, undefined]