DEV Community

Ankur Tyagi
Ankur Tyagi

Posted on • Updated on • Originally published at theankurtyagi.com

Common JavaScript Questions I Used to ask in Interview. ✍

🎤 Common JavaScript Questions I Used to ask in Interview.

Alt Text

Let's go 👇

Share your feedback & add what you think is missing.

These questions have left even experienced developers stumped sometimes.

Top questions about JavaScript that have left many developers stumped – even experienced JavaScript coders.

there's always more to learn and discover in #javascript

  1. What is prototypical inheritance and how useful is it?

  2. How can JavaScript be used to improve accessibility on the web?

  3. What is event bubbling and how is it different to event capturing?

  4. How does event delegation improve code on sites with lots of interactive elements?

  5. What are closures and how can they be useful in organizing code?

  6. What does 'use strict' mean at the top of a block of code?

  7. What does the term 'hoisting' mean in reference to JavaScript?

  8. What is the difference between an arrow function and a regular function?

  9. Where should you use the 'let' and 'const' keywords instead of 'var'?

  10. What is functional programming and how is it different?

  11. How can you use JS to improve the performance of the website?

  12. How can you future-proof your JavaScript code?

I would say just one thing to overcome & give the answer to any questions in your future interviews.

Practice makes you perfect.

Hope you like this 💙👍

Latest comments (0)