How should you complete the code?
DRAG DROP You are writing a jQuery function that makes an Ajax request to a remote server. You need to ensure that if Ajax communications are unsupported by a browser, an error is thrown. You write the following code. How…