DEV Community

Discussion on: Interview questions for JS

Collapse
 
lexiebkm profile image
Alexander B.K.

"Whats prototype and prototypal inheritance"
This is one of the topics I have been suspending, because I have been busy on trying with a few compiled languages for backend; I will resume on learning this topic in appropriate time. As far as I know, eventhough ES6 provides classes for OOP, javascript OOP is still prototype based.
I think you miss one important thing : strict mode.
For Node.js, it is also important to know Event Loop in addition to promise and async/await.

Collapse
 
__junaidshah profile image
Junaid

event loop is definitely a good question and asked many a times