@@ -36,11 +36,11 @@ This file contains a number of front-end interview questions that can be used wh
3636 * What are the exceptions?
3737* Name 3 ways to decrease page load (perceived or actual load time).
3838* If you jumped on a project and they used tabs and you used spaces, what would you do?
39- * Write a simple slideshow page
39+ * Describe how you would create a simple slideshow page.
4040* What tools do you use to test your code's performance?
4141* If you could master one technology this year, what would it be?
4242* Explain the importance of standards and standards bodies.
43- * What is FOUC ? How do you avoid FOUC?
43+ * What is Flash of Unstyled Content ? How do you avoid FOUC?
4444* Explain what ARIA and screenreaders are, and how to make a website accessible.
4545* Explain some of the pros and cons for CSS animations versus JavaScript animations.
4646
@@ -98,7 +98,7 @@ This file contains a number of front-end interview questions that can be used wh
9898* Explain how ` this ` works in JavaScript
9999* Explain how prototypal inheritance works
100100* How do you go about testing your JavaScript?
101- * AMD vs. CommonJS?
101+ * What do you think of AMD vs CommonJS?
102102* Explain why the following doesn't work as an IIFE: ` function foo(){ }(); ` .
103103 * What needs to be changed to properly make it an IIFE?
104104* What's the difference between a variable that is: ` null ` , ` undefined ` or ` undeclared ` ?
@@ -139,10 +139,10 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
139139
140140* Traditionally, why has it been better to serve site assets from multiple domains?
141141* Do your best to describe the process from the time you type in a website's URL to it finishing loading on your screen.
142- * What are the differences between Long-Polling, Websockets and SSE ?
142+ * What are the differences between Long-Polling, Websockets and Server-Sent Events ?
143143* Explain the following request and response headers:
144144 * Diff. between Expires, Date, Age and If-Modified-...
145- * DNT
145+ * Do Not Track
146146 * Cache-Control
147147 * Transfer-Encoding
148148 * ETag
0 commit comments