Implement map helper function #1937
Unanswered
believelody
asked this question in
Q&A
Replies: 1 comment
-
You can take inspiration from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I'm trying to implement a kind of
map
helper similar to javascript map function. So my question is how can i pass a function to an helper ?Ideally to have something like:
(map array double)
wheredouble
is the function which will take each array's element.Beta Was this translation helpful? Give feedback.
All reactions