h5bp/Front-end-Developer-Interview-Questions

Suggestions to add some questions to the JS questions thread

JAYKALIA007 opened this issue · 4 comments

  • There's a question on the difference between let, const, and var. I'd like to add a question on Temporal Dead Zone next to it.

  • You also have questions on currying and closures. I'd like to add First Class Functions and Callback Functions which are kind of related to closures.

  • Talking about the event loop, there's a question on task queue vs call stack. I'd like to add a question each on Microtask queue, Microtask queue vs Task queue, and Blocking of the Main Thread

  • There's a question on promises, and when and why we need them. What I'd like to add is the Callback Hell and the Inversion Of Control as these are the issues with callbacks that promise answers.


Should I go ahead and add these?

I can add a few important js questions, please let me know if i can add them?

Hey @LantingHe , any updates on the same?

Hi @JAYKALIA007 Feel free to create PRs for EACH of the questions you'd like to add. That way we can deal with each separately if there are issues with any of them from an editorial perspective.