diff --git a/front-end/interview-questions.md b/front-end/interview-questions.md index 97d30471..8b6c44e4 100644 --- a/front-end/interview-questions.md +++ b/front-end/interview-questions.md @@ -891,7 +891,7 @@ The `XMLHttpRequest` API is frequently used for the asynchronous communication o JSONP (JSON with Padding) is a method commonly used to bypass the cross-domain policies in web browsers because Ajax requests from the current page to a cross-origin domain is not allowed. -JSONP works by making a request to a cross-origin domain via a `