We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14a686 + 60b73bb commit 08b9414Copy full SHA for 08b9414
README.md
@@ -110,7 +110,6 @@ This file contains a number of front-end interview questions that can be used wh
110
* Difference between: `function Person(){}`, `var person = Person()`, and `var person = new Person()`?
111
* What's the difference between `.call` and `.apply`?
112
* Explain `Function.prototype.bind`.
113
-* When do you optimize your code?
114
* When would you use `document.write()`?
115
* What's the difference between feature detection, feature inference, and using the UA string?
116
* Explain AJAX in as much detail as possible.
0 commit comments