Allows formal parameters to be initialized with default values if no value (or 'undefined') is passed.
Docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters
Samples: https://googlechrome.github.io/samples/default-parameters-es6/index.html