jsonpJavaScriptJsonpHardHow does JSONP bypass the same-origin policy?1By dynamically injecting a <script> tag whose src returns a call to a callback2By using the fetch API with CORS3By opening a WebSocket4By using an AbortControllerBack to list