Destructuring Function Argument
Destructuring can be applied to function arguments that are objects or arrays.
#
For exampleWithout destructuring.
This function expects a single object as an argument and it is destructured into onClickNext and step.