How do you override a built-in global function in such a way that you can call the original version of the function to do most of the work? There are few global functions in JavaScript but the ...