/1-loc
/Function
GitHub 6521★
Identity function
JavaScript version
const
identity
=
(
x
)
=>
x
;
Memoize a function
Partially apply a function
Follow me on
Twitter
and
GitHub
to get more useful contents.