-
In the following code from the example section, how is the
|
Beta Was this translation helpful? Give feedback.
Answered by
shiro
Jul 4, 2024
Replies: 1 comment 1 reply
-
You pass in the function as a parameter without calling it, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aboode95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You pass in the function as a parameter without calling it,
map2
will call it withkey
andstate
.