const a = (o) => {
     return o.map(o=> o.value)
}
a의 매개변수 o 와 map의 obj o 명칭이 겹치는 코드

1. 깔끔하게 잘짰네

2. 이새끼가?