Skip to content

Commit 27b0d7f

Browse files
authored
Adding JS questions & videos
1 parent 891aed3 commit 27b0d7f

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

README.md

+50-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,50 @@
1-
# javascript-interview-questions
1+
# javascript-interview-questions
2+
3+
<b>Curated list of JavaScript interview questions</b>
4+
<p align="center">
5+
<img src="https://github.com/Awesome-Java-Script/javascript-interview-questions/blob/master/logo-questions.png?raw=true" width="800" height="400">
6+
</p>
7+
8+
9+
* [10 Interview Questions Every JavaScript Developer Should Know](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95)
10+
* [21 Essential JavaScript Interview Questions from best mentors all over the world](https://www.codementor.io/javascript/tutorial/21-essential-javascript-tech-interview-practice-questions-answers)
11+
* [20 Essential JavaScript Interview Questions from Adeva](https://adevait.com/javascript-developers/interview-questions)
12+
* [37 Essential JavaScript Interview Questions from Toptal](http://www.toptal.com/javascript/interview-questions)
13+
* [5 More JavaScript Interview Exercises](http://www.sitepoint.com/5-javascript-interview-exercises/)
14+
* [5 Typical JavaScript Interview Exercises](http://www.sitepoint.com/5-typical-javascript-interview-exercises/)
15+
* [Development hiring managers and potential interviewees may find these sample JavaScript proficiency interview Q&As and code snippets useful](http://www.techrepublic.com/blog/software-engineer/javascript-interview-questions-and-answers/)
16+
* [123 Essential JavaScript Interview Question](https://github.com/nishant8BITS/123-Essential-JavaScript-Interview-Question)
17+
* [JavaScript Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of JavaScript](http://www.tutorialspoint.com/javascript/javascript_interview_questions.htm)
18+
* [JS: Basics and Tricky Questions](http://www.thatjsdude.com/interview/js2.html)
19+
* [JS: Interview Algorithm](http://thatjsdude.com/interview/js1.html)
20+
* [Some basic javascript coding challenges and interview questions](https://github.com/kolodny/exercises)
21+
* [Some JavaScript interview exercises](https://github.com/csvenja/javascript-exercises)
22+
* [Ten Questions I've Been Asked, Most More Than Once, Over Six Technical JavaScript / Front-End Engineer Job Interviews.](https://www.reddit.com/r/javascript/comments/3rb88w/ten_questions_ive_been_asked_most_more_than_once)
23+
* [Top 85 JavaScript Interview Questions](http://career.guru99.com/top-85-javascript-interview-questions/)
24+
* [The Best Frontend JavaScript Interview Questions (written by a Frontend Engineer)](https://performancejs.com/post/hde6d32/The-Best-Frontend-JavaScript-Interview-Questions-(written-by-a-Frontend-Engineer))
25+
* [10 JavaScript Concepts You Need to Know for Interviews](https://dev.to/arnavaggarwal/10-javascript-concepts-you-need-to-know-for-interviews)
26+
* [Front end interview handbook](https://github.com/yangshun/front-end-interview-handbook)
27+
* [JavaScript Interview Questions - Quick Refresher](https://www.techbeamers.com/javascript-interview-questions-answers/)
28+
* [The MEGA Interview Guide](https://github.com/danieldelcore/mega-interview-guide)
29+
* [25 Essential Node.js Interview Questions from Adeva](https://adevait.com/nodejs/interview-questions)
30+
* [8 Essential Nodejs Interview Questions from Toptal](http://www.toptal.com/nodejs/interview-questions)
31+
* [Node.JS Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Node.JS](http://www.tutorialspoint.com/nodejs/nodejs_interview_questions.htm)
32+
* [Node.js Interview Questions and Answers](https://blog.risingstack.com/node-js-interview-questions/)
33+
* [Top 25 Nodejs Interview Questions & Answers from Career Guru](http://career.guru99.com/top-25-interview-questions-on-node-js/)
34+
* [Top 30 Node.Js Interview Questions With Answers](https://www.techbeamers.com/top-30-node-js-interview-questions-answers/)
35+
36+
# Videos
37+
* [JavaScript Interview Questions and Answers | Full Stack Web Development Training | Edureka](https://www.youtube.com/watch?v=kl2bM9e-jJc)
38+
* [JavaScript Mock Interview | Online Interview Questions and Answers](https://www.youtube.com/watch?v=OOC-ypVnHAY)
39+
* [The Most ESSENTIAL JavaScript Interview Questions (With Answers!)](https://www.youtube.com/watch?v=iyC-jQKz_1A)
40+
* [Tricky JavaScript Interview Questions and Answers](https://www.youtube.com/watch?v=qsNxdukPc2U)
41+
* [JavaScript Interview Question Preparation](https://www.youtube.com/playlist?list=PL7pEw9n3GkoWn5TcqAdmSzXcvC3d_tfAh)
42+
* [JavaScript Interview Questions](https://www.youtube.com/playlist?list=PLyuRouwmQCjlLW9NjqoBbf9eVaFX4F9UZ)
43+
* [Answering Tricky JS Interview Questions](https://www.youtube.com/watch?v=MY0UBGX2FtA)
44+
* [JavaScript interview with a Google engineer](https://www.youtube.com/watch?v=10WnvBk9sZc)
45+
* [10 JavaScript Interview Questions and Answers](https://www.youtube.com/watch?v=mhZWi9tSy44)
46+
47+
# Data Structures & Algorithms
48+
* [Data Structures and Algorithms in JavaScript - Full Course for Beginners](https://www.youtube.com/watch?v=6Wzj7kxfRdI&t)
49+
* [Practice common algorithms using JavaScript](https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript)
50+
* [Interview Cake JavaScript Interview Questions](https://www.interviewcake.com/javascript-interview-questions)

0 commit comments

Comments
 (0)