VDInfinite currying one liner const mu = (num 1 ) => (num 2 ) => num 2 ? mu(num 1 + num 2 ) : num 1 ;Comment·Article·May 25, 2022·Javascript Interview Questions ( Currying ) - Output based Questions, Partial Application and more