JS interview questions

Nodejs Interview Questions

JS interview guide

Hooks in React

React Interview Questions

https://www.frontendinterviewhandbook.com/introduction

React Interview Experience

mongodb interview question

NextJS

After giving 10+ interviews, I found only 20 topics you should really master at interview

JavaScript:

  1. Closures & Scope
  2. Event Loop & Async
  3. Promises & Async/Await
  4. Hoisting & This Keyword
  5. Prototypes & Inheritance

React:

  1. useState & useEffect
  2. Context API & useContext
  3. Custom Hooks