What is unique about function arguments in JavaScript?
In one of my previous posts while mentioning about the support for default values for the function parameters, I had hinted that JavaScript has a unique approach to function arguments. In this post, let us explore that.
Let us start with the greet function as follows.
function greet(person, message)