Overriding JavaScript functions

kudvenkat
Youtube
Related Topic
:- Web Development Javascript

In this video we will discuss how to override a JavaScript function. This is continuation to Part 60. Please watch Part 60 from JavaScript tutorial before proceeding. In Part 60, we discussed that one of the advantages of using prototype property to add functions is that it enables us to override an existing function if required. Let us continue with the same example we worked with in Part 60. 

Comments