Technology

Monkey Patching in Javascript

Monkey Patching The Monkey patching is a concept which is used to extend the behavior of a function without changing its original source code. We can add some extra functionality which can work a long with the original functionality(Before or after depends on the use case). The original function may be from third party module or it can...

by Vineeta Sharma
Tag: OOjs
29-May-2015