PRACTICE_CHALLENGE // Expert

Arguments Optional

Description

Create a function that sums two arguments together. If only one argument is provided, then return a function that expects one argument and returns the sum.

Solution Editor
Editor_Pane
Loading...
Console_Output
Waiting for output...