A mostly reasonable collection of technical interview questions solved in Javascript and ReactJS
- Javascript objects
- Prototypal inheritance
- Scoping and hosting
- Closures
- JavaScript Callback (Higher-Order) Functions
- The event loop
- Event bubbling
- Apply, call, and bind
- Callbacks and promises, async/await
- Variable and function hoisting
- Currying
- localstorage
- Map, filter, reduce , sort of arrays
- Decorator
- Factory
- Singleton
- Revealing module
- Facade
- Observer
- MVC, MVP, MVVM
- Linked lists
- Hashtables
- Stacks and queues
- Trees (binary trees and heaps)
- Graphs
- Binary search
- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Selection sort
Thanks to Dev.to team