Common Interview questions - JavaScript

·

1 min read

Straight to the point, there are tons of things to ask in JS, but these are a few of them which can be a quick refresher.

  1. Event loop,

  2. Single-threaded programming language - Explain,

  3. Asynchronous and synchronous,

  4. Promises and callbacks,

  5. "This" keyword,

  6. \== and ===,

  7. Closure,

  8. Currying.

Have a great day!

See you on the next one!