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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
고차함수
함수 자체를 매개변수로 받거나, 함수를 반환하는 함수를 뜻함
함수를 매개변수로 받는 함수
함수가 다른 함수(매개변수로 전달된 함수)를 인수로 받을 수 있음
함수를 반환하는 함수
함수가 다른 함수를 반환할 수 있음
Beta Was this translation helpful? Give feedback.
All reactions