|
4 | 4 |
|
5 | 5 | A collection of super-popular Interview questions, along with explanations and implementation examples that I was putting together for myself while preparing for my first Full-Stack JavaScript job interviews.
|
6 | 6 |
|
7 |
| -## Most common Interview Topics and Questions along with explanations (Link across this whole Repository) |
| 7 | +## Table of Contents of this Readme file |
| 8 | + |
| 9 | +1. [Understanding the Theory and the fundamentals of some super-popular Algorithm questions](#understanding-the-theory-and-the-fundamentals-of-some-super-popular-algorithm-questions) |
| 10 | + |
| 11 | +2. [Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges](#github-repositories-with-large-collections-of-problems-and-solutions-of-them-most-popular-interview-challenges) |
| 12 | + |
| 13 | +3. [Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job](#overall-multi-factor-approach-for-winning-this-huge-challenge-and-a-great-journey-of-getting-the-first-developer-job) |
| 14 | + |
| 15 | +4. [Other important resources](#other-important-resources) |
| 16 | + |
| 17 | +5. [Coding Challenge Practice Platforms](#coding-challenge-practice-platforms) |
| 18 | + |
| 19 | +6. [More curated list of general resources for JavaScript Interviews](#more-curated-list-of-general-resources-for-javascript-interviews) |
| 20 | + |
| 21 | +7. [Most frequently asked concepts for Front End Engineering Interview](#most-frequently-asked-concepts-for-front-end-engineering-interview) |
| 22 | + |
| 23 | +8. [List of sites where you can hunt for a developer job](#list-of-sites-where-you-can-hunt-for-a-developer-job) |
| 24 | + |
| 25 | +9. [Want a startup job?](#want-a-startup-job) |
| 26 | + |
| 27 | +10. [Best places to job hunt for remote jobs](#best-places-to-job-hunt-for-remote-jobs) |
| 28 | + |
| 29 | +11. [Here are a few places to hunt for ios, react, vue and more](#here-are-a-few-places-to-hunt-for-ios-react-vue-and-more) |
| 30 | + |
| 31 | +12. [Want a list of just JavaScript jobs?](#want-a-list-of-just-javascript-jobs) |
| 32 | + |
| 33 | +13. [Are you looking for a junior dev job?](#are-you-looking-for-a-junior-dev-job) |
| 34 | + |
| 35 | +14. [Women focused job boards!](#women-focused-job-boards) |
| 36 | + |
| 37 | +15. [Want a job as a freelance dev? Here's a list](#want-a-job-as-a-freelance-dev-heres-a-list) |
| 38 | + |
| 39 | +16. [Some useful websites for programmers](#some-useful-websites-for-programmers) |
| 40 | + |
| 41 | +17. [When you get stuck](#when-you-get-stuck) |
| 42 | + |
| 43 | +18. [For small project ideas](for-small-project-ideas) |
| 44 | + |
| 45 | +19. [General Coding advice](general-coding-advice) |
| 46 | + |
| 47 | +20. [Coding Style](#coding-style) |
| 48 | + |
| 49 | +21. [General Good Articles](#general-good-articles) |
| 50 | + |
| 51 | +22. [Collection of Leetcode Problem solution](#collection-of-leetcode-problem-solution) |
| 52 | + |
| 53 | +23. [Collection of Cracking the Coding Interview Book Problem solution](#collection-of-cracking-the-coding-interview-book-problem-solution) |
| 54 | + |
| 55 | +## Most common Fundamental JavaScript Interview Topics & Questions |
| 56 | + |
| 57 | +(along with explanations - Links are across this whole Repository) |
8 | 58 |
|
9 | 59 | - [Explain event delegation](Javascript/event-delegation-propagation-bubbling.md)
|
10 | 60 | - [Explain how `this` works in JavaScript](Javascript/this-keyword/this-keyword-2nd-example-GREAT-Example.md)
|
@@ -81,54 +131,14 @@ A collection of super-popular Interview questions, along with explanations and i
|
81 | 131 | - [truthy-falsy-2](Javascript/truthy-falsy-2.js)
|
82 | 132 | - [truthy-falsy-pass-by-value-vs-reference-strict-equality-use-case](Javascript/truthy-falsy-pass-by-value-vs-reference-strict-equality-use-case.js)
|
83 | 133 | - [undefined-vs-not_defined](Javascript/undefined-vs-not_defined.md)
|
| 134 | +- [Why-eval-function-considered-dangerous](Javascript/Why-eval-function-considered-dangerous.md) |
| 135 | +- [pitfall-of-using-typeof](Javascript/Tricky-JS-Problems/pitfall-of-using-typeof.md) |
84 | 136 |
|
85 |
| -## Table of Contents of this Readme file |
86 |
| - |
87 |
| -1. [Understanding the Theory and the fundamentals of some super-popular Algorithm questions](#understanding-the-theory-and-the-fundamentals-of-some-super-popular-algorithm-questions) |
88 |
| - |
89 |
| -2. [Github Repositories with large collections of problems-and-solutions of them most popular Interview challenges](#github-repositories-with-large-collections-of-problems-and-solutions-of-them-most-popular-interview-challenges) |
90 |
| - |
91 |
| -3. [Overall multi-factor approach for winning this huge challenge and a great journey of getting the first Developer Job](#overall-multi-factor-approach-for-winning-this-huge-challenge-and-a-great-journey-of-getting-the-first-developer-job) |
92 |
| - |
93 |
| -4. [Other important resources](#other-important-resources) |
94 |
| - |
95 |
| -5. [Coding Challenge Practice Platforms](#coding-challenge-practice-platforms) |
96 |
| - |
97 |
| -6. [More curated list of general resources for JavaScript Interviews](#more-curated-list-of-general-resources-for-javascript-interviews) |
98 |
| - |
99 |
| -7. [Most frequently asked concepts for Front End Engineering Interview](#most-frequently-asked-concepts-for-front-end-engineering-interview) |
100 |
| - |
101 |
| -8. [List of sites where you can hunt for a developer job](#list-of-sites-where-you-can-hunt-for-a-developer-job) |
102 |
| - |
103 |
| -9. [Want a startup job?](#want-a-startup-job) |
| 137 | +## Most common Node Interview Topics & Questions |
104 | 138 |
|
105 |
| -10. [Best places to job hunt for remote jobs](#best-places-to-job-hunt-for-remote-jobs) |
106 |
| - |
107 |
| -11. [Here are a few places to hunt for ios, react, vue and more](#here-are-a-few-places-to-hunt-for-ios-react-vue-and-more) |
| 139 | +(along with explanations - Links are across this whole Repository) |
108 | 140 |
|
109 |
| -12. [Want a list of just JavaScript jobs?](#want-a-list-of-just-javascript-jobs) |
110 |
| - |
111 |
| -13. [Are you looking for a junior dev job?](#are-you-looking-for-a-junior-dev-job) |
112 |
| - |
113 |
| -14. [Women focused job boards!](#women-focused-job-boards) |
114 |
| - |
115 |
| -15. [Want a job as a freelance dev? Here's a list](#want-a-job-as-a-freelance-dev-heres-a-list) |
116 |
| - |
117 |
| -16. [Some useful websites for programmers](#some-useful-websites-for-programmers) |
118 |
| - |
119 |
| -17. [When you get stuck](#when-you-get-stuck) |
120 |
| - |
121 |
| -18. [For small project ideas](for-small-project-ideas) |
122 |
| - |
123 |
| -19. [General Coding advice](general-coding-advice) |
124 |
| - |
125 |
| -20. [Coding Style](#coding-style) |
126 |
| - |
127 |
| -21. [General Good Articles](#general-good-articles) |
128 |
| - |
129 |
| -22. [Collection of Leetcode Problem solution](#collection-of-leetcode-problem-solution) |
130 |
| - |
131 |
| -23. [Collection of Cracking the Coding Interview Book Problem solution](#collection-of-cracking-the-coding-interview-book-problem-solution) |
| 141 | +- [Why-eval-function-considered-dangerous](Javascript/Why-eval-function-considered-dangerous.md) |
132 | 142 |
|
133 | 143 | ## Understanding the Theory and the fundamentals of some super-popular Algorithm questions
|
134 | 144 |
|
|
0 commit comments