Fun with Functions : The JavaScript Way – Part 2

Now let’s start from where we left. Let us understand few more concepts in functions. 4. Passing variable number of arguments to a function In JavaScript, and in few other languages it is possible to send multiple number of arguments to the same function. Usually in general if our functions accepts two arguments, then whileContinue reading “Fun with Functions : The JavaScript Way – Part 2”