This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3a896c724
RosettaCodeData
/
Task
/
Apply-a-callback-to-an-array
/
JavaScript
/
apply-a-callback-to-an-arra...
2 lines
57 B
JavaScript
Raw
Blame
History
var
a
=
(
1
)
.
to
(
10
)
.
collect
(
Math
.
pow
.
curry
(
undefined
,
2
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink