add mission question mark. Closed #234

This commit is contained in:
Bo-Yi Wu 2015-01-25 09:57:47 +08:00
parent c76db3bd8b
commit d9dff92422
1 changed files with 1 additions and 1 deletions

View File

@ -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?