Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 579 Bytes

File metadata and controls

31 lines (21 loc) · 579 Bytes

NodeJS Default Argument🍏

This is a technical practice to write a default argument function.

About ℹ️

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.

Tech Stack 📚

  • NodeJS for runtime
  • Jest for testing

How to setup ⚙️

    $ git clone
    $ npm install

How to run normally 🏃‍♂️

$ npm run start

How to test 🧪

$ npm run test