From 3cc17a0ecb46cd9bbf0bff4dc197aefe12e6d779 Mon Sep 17 00:00:00 2001 From: gauravmuk <93.gaurav@gmail.com> Date: Thu, 16 Jul 2015 17:55:28 +0530 Subject: [PATCH] Changed AJAX to Ajax for better readability. Signed-off-by: gauravmuk <93.gaurav@gmail.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e31ee8e..442aaa1 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,9 @@ This file contains a number of front-end interview questions that can be used wh * Explain `Function.prototype.bind`. * When would you use `document.write()`? * What's the difference between feature detection, feature inference, and using the UA string? -* Explain AJAX in as much detail as possible. -* What are the advantages and disadvantages of using AJAX? -* Explain how JSONP works (and how it's not really AJAX). +* Explain Ajax in as much detail as possible. +* What are the advantages and disadvantages of using Ajax? +* Explain how JSONP works (and how it's not really Ajax). * Have you ever used JavaScript templating? * If so, what libraries have you used? * Explain "hoisting".