×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

JavaScript & DHTML example - How to get the number of parameters expected by a JavaScript function?


JavaScript & DHTML - How to get the number of parameters expected by a JavaScript function?

<script>
 
function YourFunction(arg1,arg2)
{
 
}
 
alert(YourFunction.length);
 
</script>

Category: JavaScript & DHTML

 
<< Go back