Feel free to add you own resources :)
TOC:
This is an interview questions bank, which i keep on filling every time i see a worthy question in my study sessions. Please enter your questions as well, so we could all have a variety of questions to practice from.
first, here are some coding interview tips to always keep in mind
some concepts i think worth knowing when looking for a javascript position:
- Variables & Scopes
- use strict
- IIFEs
- Event Loop (libuv, v8)
- Closures
- Asynchronous Programming
- classical inheritance and prototypal inheritance
- regular expressions
- design patterns
- Time Complexity
- Sorting Methods - WIP
- Arrays and string
- Linked Lists
- Stacks and Queues
- Trees
- Graphs - WIP
- Trie
Recommended Resources for learning and practicing system design.