javascript-interview-questions icon indicating copy to clipboard operation
javascript-interview-questions copied to clipboard

List of 1000 JavaScript Interview Questions

Results 10 javascript-interview-questions issues
Sort by recently updated
recently updated
newest added

- [Question 350: Does javascript uses mixins](https://github.com/sudheerj/javascript-interview-questions#does-javascript-uses-mixins) - [Question 389: What are different event loops](https://github.com/sudheerj/javascript-interview-questions#what-are-different-event-loops) - [Question 390: What is the purpose of queueMicrotask](https://github.com/sudheerj/javascript-interview-questions#what-is-the-purpose-of-queuemicrotask)

i have added the answer of question 390 and made the required changes

Answer 8, point V, An Object has a prototype, so there are default keys in the **map** that could collide with your keys if you're not careful. As of ES5...

For question 200 The result should display "Good morning" and "100" on separate lines. However, the code was missing the comment tags, causing another 100 to be printed in the...

I have added a few explanations, on why the code is behaving like this. So that devs reading this repository could have better understanding

Answer for question 350 was updated.

The answer to question one lists a handful of ways to create objects. One of the ways given is the singleton pattern (emphasis mine): > Singleton pattern: > > A...

Question number 24 is missing from below.