Skip to content

Commit 751ff59

Browse files
authored
Update Notes.md
1 parent 823a466 commit 751ff59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Ref/Notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,18 @@ Red flags:
17401740
Unfamiliar with the terms asynchronous or synchronous.
17411741
Unable to articulate performance implications or the relationship between asynchronous code and UI code.
17421742

1743+
What is Big O notation, and why is it useful?
1744+
What is the DOM?
1745+
What is the event loop?
1746+
What is a closure?
1747+
How does prototypal inheritance work, and how is it different from classical inheritance? (this is not a useful question IMO, but a lot of people like to ask it)
1748+
How does this work?
1749+
What is event bubbling and how does it work? (this is also a bad question IMO, but a lot of people like to ask it too)
1750+
Describe a few ways to communicate between a server and a client. Describe how a few network protocols work at a high level (IP, TCP, HTTP/S/2, UDP, RTC, DNS, etc.)
1751+
What is REST, and why do people use it?
1752+
My website is slow. Walk me through diagnosing and fixing it. What are some performance optimizations people use, and when should they be used?
1753+
What frameworks have you used? What are the pros and cons of each? Why do people use frameworks? What kinds of problems do frameworks solve?
1754+
17431755
# HTML Questions
17441756

17451757
Answers to [Front-end Job Interview Questions - HTML Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/html-questions.md). Pull requests for suggestions and corrections are welcome!

0 commit comments

Comments
 (0)