You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q2. reducing의 역할은 maxBy나 minBy를 커스텀할 수 있다는 것에서 의미가 있는 것인지
A2.
max/min이랑 관련있기 보다는 min,max 내부에서 reducing을 호출하고 있다. reducing만 사용해서 같은 기능 동작을 할 수 있게끔 할 수 있다는 것을 사례로 보여준 것.
반복 결합에서 사용되는 일반적인 함수로 이해하면 좋을 듯.
No description provided.
The text was updated successfully, but these errors were encountered: