This is a technical practice to write a default argument function.
Writing a function defaultArguments.It takes a function as an argument, along with an object containing default values for that function's arguments, and returns another function which defaults to the right values.
- NodeJS for runtime
- Jest for testing
$ git clone
$ npm install
$ npm run start
$ npm run test