Function Arguments
Default Argument Values
For some functions, you may want to make some parameters optional and use default values in case the user does not provide values for them. This is done with the help of default argument. Youcan specify a arguement as default ...
techwriter.hashnode.dev3 min read