From 4bb406a7de54ec717809b23f3af3aeebc298d90a Mon Sep 17 00:00:00 2001 From: Yes Man Date: Wed, 18 Oct 2017 22:49:13 -0700 Subject: [PATCH] Removed the in jsonp answer. (#60) --- front-end/interview-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `