This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
cb5bb5e222
RosettaCodeData
/
Task
/
Function-composition
/
JavaScript
/
function-composition-5.js
Ingy döt Net
cb5bb5e222
Data commit
2023-07-01 11:58:00 -04:00
1 line
38 B
JavaScript
Raw
Blame
History
var
compose
=
(
f
,
g
)
=>
x
=>
f
(
g
(
x
)
)
;
Reference in a new issue
View git blame
Copy permalink