Repo from/for interviews for js-developer positions.
- Passing by value/reference
- Closures
- Flow
- Hoisting and types
- Inheritance and context
- Complex
- Quirks
- WTF
- Greate list of framework specific (not only js) questions
Here I've noticed only questions from my interviews.
- https://github.com/h5bp/Front-end-Developer-Interview-Questions -- not only about js
- https://github.com/nishant8BITS/123-Essential-JavaScript-Interview-Question
- https://github.com/kolodny/exercises Some basic javascript coding challenges and interview questions
- https://github.com/malachaifrazier/JavaScript-Interview-Questions Common Questions that may be Asked on a Job Interview
- https://github.com/adam-s/js-interview-review What Do I Need to Know to Ace a JavaScript Interview?
- https://github.com/mi-lee/js-interview-questions/blob/master/interview-questions.md
- https://github.com/nathansmith/javascript-quiz
- https://github.com/ChiperSoft/InterviewThis An open source list of developer questions to ask prospective employers
- https://github.com/MaximAbramchuck/awesome-interview-questions Awesome Interviews ( multiple langs )
- https://github.com/apoterenko/javascript-interview-questions ( about 50 questions like "Explain ouput.."
- https://github.com/kensterz/interview-questions-in-javascript Interview Algorithm Questions in Javascript
- https://github.com/HIROSN/coding-interviews-es6 Coding Interview Questions (ECMAScript 2015)
- https://github.com/mkshen/code-problems-solutions Interview coding questions and answers in Javascript - ES6
- https://github.com/khan4019/front-end-Interview-Questions Interview Questions for front-end-Developer ( Only for JS developer when they have to answer some side questions to make interviewer comfortable. ) by That JsDude
- https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95#.i5mgmc4m0 10 Interview Questions Every JavaScript Developer Should Know AKA: The Keys to JavaScript Mastery
- https://github.com/yangshun/tech-interview-handbook/blob/master/front-end/interview-questions.md - Front-end Job Interview Questions (and Answers - that might be most interesting for lazy persons who just want to know keys for interview )
- https://github.com/wwwebman/front-end-interview-questions Our front end interview questions and answers can help you to prepare for an interview better and faster
- https://github.com/kennymkchan/interview-questions-in-javascript A mostly reasonable collection of technical software development interview questions solved in Javascript
- https://www.codementor.io/reactjs/tutorial/5-essential-reactjs-interview-questions 5 Essential React.js Interview Questions
- https://github.com/MaximAbramchuck/awesome-interview-questions (one more time ) Awesome Interviews - not only languages, but libraries/frameworks too
- http://www.thatjsdude.com/interview/js1.html / http://www.thatjsdude.com/interview/js2.html -- JS Interview Algorithm ( beginner / intermediate )
- "Javascript Technical Interview Questions" by Xuanyi Chew https://leanpub.com/jsinterviewquestions
- "Quick JavaScript Interview Questions" by Sandeep Kumar Patel https://leanpub.com/quickjavascriptinterviewquestions
- "JavaScript Interview Questions: Who Else Wants to Nail that Interview?" by Volkan Özçelik https://o2js.com/assets/javascript-interview-questions.pdf
- https://www.frontendhandbook.com/practice/interview-q.html The part about interview at
Front-End Developer Handbook
- http://www.w3resource.com/javascript-exercises/ JavaScript Exercises, Practice, Solution ( starter level, suppose. Most questions is about knowledge of basic API / lang construction )
- https://www.interviewcake.com/javascript-interview-questions ( JavaScript Interview Questions, like "Merging Meeting Times", "Two Egg Problem" -- the exersizes/questions can be solved no only via js - they are more algorithmic and give you mental pabulum ). Both - tasks/solutions are pretty cool
- https://github.com/yangshun/tech-interview-handbook Tech Interview Handbook (Algorithms, front end and behavioral content for rocking your coding interview)
- https://tests4geeks.com/category/javascript
- http://perfectionkills.com/javascript-quiz-es6/ ( also check explains at https://gist.github.com/DmitrySoshnikov/3928607cb8fdba42e712 )
- http://dmitry.baranovskiy.com/post/91403200 - So, you think you know JavaScript? it's usefull to read https://www.nczonline.net/blog/2010/01/26/answering-baranovskiys-javascript-quiz/ )
- http://perfectionkills.com/javascript-quiz/ (
If you're ready to share your experience - you're welcome. Make PR to related file ( by topic ) or create issue with list of questions
P.S. it worth to check 'Cracking the Coding Interview' by Gayle Laakmann McDowell ( solutions can be founded at https://github.com/careercup/CtCI-6th-Edition , book (at least 5th edition can be googled )