challenge 3 정리.
key outside the JSX you copy and paste.”challenge 4 정리.
⇒ It is useful to remember which operations on arrays mutate them, and which don’t. For example, push, pop, reverse, and sort will mutate the original array, but slice, filter, and map will create a new one.
나는 spread syntax써서 new array 만들었는데, 이것도 맞는거 같다. (shallow copy가 되는게 맞다고 한다. 즉 기존 array는 건드리지 않음)

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax