From d9dff92422a2670d3a7df60945a94f5f6f898a92 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 25 Jan 2015 09:57:47 +0800 Subject: [PATCH] add mission question mark. Closed #234 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143b251..dc8b3e3 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ This file contains a number of front-end interview questions that can be used wh * Explain `Function.prototype.bind`. * When do you optimize your code? * When would you use `document.write()`? -* What's the difference between feature detection, feature inference, and using the UA string +* What's the difference between feature detection, feature inference, and using the UA string? * Explain AJAX in as much detail as possible. * Explain how JSONP works (and how it's not really AJAX). * Have you ever used JavaScript templating?