Skip to content

๐Ÿ NodeJS technical practice - Default Argument

Notifications You must be signed in to change notification settings

JsSuite/node-default-args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1,131 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ NodeJS technical practice - Default Argument

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •