remove document write question (#466)

This commit is contained in:
Jason Williams 2018-03-02 13:22:53 +00:00 committed by Rob Larsen
parent fd986570c4
commit bb91808da3
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
* Difference between: `function Person(){}`, `var person = Person()`, and `var person = new Person()`?
* What's the difference between `.call` and `.apply`?
* 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?