I have a JavaScript file, Mybasefile.js , which has a Mybasefunction() function. I want to override this function in another JavaScript file. When a function is called by pressing a button, I want the original Mybasefunction() executed along with some other code. How can i do this?
javascript override
Jishnu ap
source share