Skip to content

Conversation

@Romchik38
Copy link

No description provided.


const contract = (fn, ...types) => null;
const contract = (fn, ...types) => (...args) => {
for (const i in args) {
Copy link
Member

Choose a reason for hiding this comment

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

Use for of

Copy link
Author

Choose a reason for hiding this comment

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

done

0xEG pushed a commit to 0xEG/HigherOrderFunction that referenced this pull request Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants