My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Common JS Interview Questions

Jafar Kamar's photo
Jafar Kamar
·Mar 30, 2021·

1 min read

Common JS Interview Questions
  • List all of the data types in JavaScript

  • What is a closure?

  • What are some differences between an arrow function and a normal function?

  • Explain hoisting

  • What's the difference between var, let and const?
  • Explain prototypal inheritance
  • What does function.prototype.bind do?
  • How would you empty an array?
  • What is a promise?
  • What is the event loop?
  • Explain type coercion
  • What's the difference between '==' and '==='?
  • What is array and object destructuring?
  • What are websockets?
  • What are WebWorkers?