Skip to content

Conversation

tolluset
Copy link
Contributor

@tolluset tolluset self-assigned this Aug 13, 2024
@tolluset tolluset marked this pull request as ready for review August 13, 2024 13:43
@tolluset tolluset requested a review from sun912 August 13, 2024 13:45
Comment on lines +24 to +27
const pipe =
(...fns: Function[]) =>
(x: any) =>
fns.reduce((v, f) => f(v), x);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 함수 합성을 사용하는 방법도 있군요! 잘 봤습니다.

@tolluset tolluset added the ts label Aug 15, 2024
@tolluset tolluset requested a review from nhistory August 15, 2024 16:36
Copy link
Contributor

@nhistory nhistory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!

@tolluset tolluset merged commit bdc484b into DaleStudy:main Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants