Overloaded function in classic asp JScript

asp-classic, function, javascript, overloading

Solution

No. The last function will overwrite/replace the functions with the same name defined before it.

Read How does Classic ASP (vbscript) handel duplicate Function names

Problem

Is it possible to have an overloaded function in classic asp JScript

Original source

Related problems