remove document write question (#466)
This commit is contained in:
parent
fd986570c4
commit
bb91808da3
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue