Forum Discussion

ameett's avatar
ameett
Contributor
11 years ago

Error message shown when same Function is called again

There are three functions - function A() {   } *********************************************** function B() { A() } ****************************************...