All challenges
JavaScript challenge · Frontend
Pipe
Difficulty
easy
Time
~15m
Format
Single
Grading
Auto-graded
#frontend#javascript#typescript#functions
Mission file // read carefullyeasy
Implement pipe(...fns) that returns a function applying fns left to right: pipe(f, g)(x) === g(f(x)). With no functions it is the identity.
Build with
TypeScriptJavaScript
Hidden test suite
Auto-graded on submit
Start challenge
Sign in to save your progress.