Merge pull request #309 from gauravmuk/ajax-pros-cons
Added advantages & disadvantages of using ajax
This commit is contained in:
commit
01dc94a1b5
|
|
@ -117,8 +117,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.
|
||||
* 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".
|
||||
|
|
|
|||
Loading…
Reference in New Issue