I want to pass the value of \'undefined\' on a multiple parameter function but without omitting the parameter.
What do I mean with \"without omitting the paramet
myFunction(undefined,"abc"); this way should work, what is the problem?
myFunction(undefined,"abc");
see here
Here is undefined documentation from mozilla, supported by all browsers