Pair functions
Each argument has a required section which is denoted with
required or optional
- If it’s denoted by
requiredit means the argument must be passed into that function before it’ll work. - if it’s denoted by
optionalit means the function can work without passing the argument value.