easyJavaScript

Flip Function Arguments

Create a function that reverses the order of arguments passed to a function.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: (a,b)=>a-b, 2,3

Expected: 1