JavaScript Function Name Overloading


Note that JavaScript executes the "closest" duplicate function.


 Calling function1() -- first instance


Calling function1() -- second instance
Calling function1() -- third instance

End of Web Page