Skip to content

Commit 64eaf29

Browse files
committed
Merge branch 'master' of github.com:rohan-paul/Awesome-JavaScript-Interviews
2 parents 12665c9 + 7e9a52d commit 64eaf29

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Javascript/this-keyword/this-keyword-2nd-example-GREAT-Example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ But if I do the following instead of user.foo()
3030

3131
Then it prints 'true' - Because now the simple function foo is in the global execution context and so the 'this' refers to global
3232

33-
But then agin if my foo() function is in strict mode
33+
But then again if my foo() function is in strict mode
3434

3535
```js
3636
function foo() {

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
- [REST-architectural-concepts](Node-Express/REST-architectural-concepts.md)
290290
- [significance-of-file-bin-www](Node-Express/significance-of-file-bin-www.md)
291291
- [Streams Concepts in Node](Node-Express/Streams.md)
292+
- [Node.js Interview Questions](https://www.interviewbit.com/node-js-interview-questions/)
292293

293294
[[] Back to top](#table-of-contents-of-this-readme-file)
294295

@@ -310,6 +311,7 @@
310311
- [What-happens-when-you-navigate-to-an-URL](Web-Development-In-General/What-happens-when-you-navigate-to-an-URL.md)
311312
- [What-happens-when-you-navigate-to-google](Web-Development-In-General/What-happens-when-you-navigate-to-google.md)
312313
- [what-is-AJAX](Web-Development-In-General/what-is-AJAX.md)
314+
- [Web Developer Interview Questions](https://www.interviewbit.com/web-developer-interview-questions/)
313315

314316
[[] Back to top](#table-of-contents-of-this-readme-file)
315317

@@ -381,6 +383,7 @@
381383
- [this.props.children](React/this.props.children.md)
382384
- [Virtual-DOM-and-Reconciliation-Algorithm](React/Virtual-DOM-and-Reconciliation-Algorithm.md)
383385
- [What are the approaches to include polyfills in your create-react-app](React/include-polyfills.md)
386+
- [React Interview Questions](https://www.interviewbit.com/react-interview-questions/)
384387

385388
[[] Back to top](#table-of-contents-of-this-readme-file)
386389

@@ -413,6 +416,7 @@
413416
- [Why-Redux-needs-reducers-to-be-pure functions](React/immutable-state-store-in-React-Redux/Why-Redux-needs-reducers-to-be-pure-functions-VERY-GOOD-EXPLANATIONS.md)
414417
- [immutable-state-store-in-React-Redux-2](React/immutable-state-store-in-React-Redux/immutable-state-store-in-React-Redux-2.md)
415418
- [immutable-state-store-in-React-Redux-Pass-by-Reference-shallow-comapre](React/immutable-state-store-in-React-Redux/immutable-state-store-in-React-Redux-Pass-by-Reference-shallow-comapre.md)
419+
- [Redux Interview Questions](https://www.interviewbit.com/redux-interview-questions/)
416420

417421
[[] Back to top](#table-of-contents-of-this-readme-file)
418422

@@ -480,6 +484,7 @@
480484
- [ng-content](Angular-Topics-Interview/ng-content.md)
481485
- [ngModel-basics-1](Angular-Topics-Interview/ngModel-basics-1.md)
482486
- [ngModel-basics-2](Angular-Topics-Interview/ngModel-basics-2.md)
487+
- [Angular Interview Questions](https://www.interviewbit.com/angular-interview-questions/)
483488

484489
[[] Back to top](#table-of-contents-of-this-readme-file)
485490

@@ -497,6 +502,7 @@
497502
- [referencing-another-schema-in-Mongoose-1](MongoDB/referencing-another-schema-in-Mongoose-1.md)
498503
- [More on referencing-another-schema-in-Mongoose-1](MongoDB/referencing-another-schema-in-Mongoose-2.md)
499504
- [sharding-in-mongodb](MongoDB/sharding-in-mongodb.md)
505+
- [MongpDB Interview Questions](https://www.interviewbit.com/mongodb-interview-questions/)
500506

501507
[[] Back to top](#table-of-contents-of-this-readme-file)
502508

@@ -506,6 +512,7 @@
506512

507513
- [Collection-of-HTML-Interview-Questions](HTML/Collection-of-HTML-Interview-Questions.md)
508514
- [DOM-fundamentals](HTML/DOM-fundamentals.md)
515+
- [HTML Interview Questions](https://www.interviewbit.com/html-interview-questions/)
509516

510517
[[] Back to top](#table-of-contents-of-this-readme-file)
511518

@@ -526,6 +533,7 @@
526533
- [relative-positioning-basic-good-notes](CSS/relative-positioning-basic-good-notes.md)
527534
- [rem-unit-basics-and-converting-px](CSS/rem-unit-basics-and-converting-px.md)
528535
- [z-index](CSS/z-index.md)
536+
- [CSS Interview Questions](https://www.interviewbit.com/css-interview-questions/)
529537

530538
[[] Back to top](#table-of-contents-of-this-readme-file)
531539

@@ -540,6 +548,7 @@
540548
- [Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR](Git-and-Github/PR-Flow/Pull-Requst-Steps-to-take-in-a-team-before-submitting-PR.md)
541549
- [Update-cloned-repo-in-local-machine-with-latest-master-branch](Git-and-Github/PR-Flow/Update-cloned-repo-in-local-machine-with-latest-master-branch.md)
542550
- [git-staging-area](Git-and-Github/git-staging-area.md)
551+
- [Git Interview Questions](https://www.interviewbit.com/git-interview-questions/)
543552

544553
[[] Back to top](#table-of-contents-of-this-readme-file)
545554

@@ -565,6 +574,7 @@
565574
- :link: [reactjs-interview-questions](https://github.com/sudheerj/reactjs-interview-questions)
566575
- :link: [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
567576
- :link: [front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook) - Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore
577+
- :link: [Algorithm Interview Questions](https://www.interviewbit.com/algorithm-interview-questions/)
568578

569579
[[] Back to top](#table-of-contents-of-this-readme-file)
570580

@@ -618,6 +628,7 @@
618628
### Other important resources
619629

620630
- :link: [javascript cheatsheet](http://overapi.com/javascript)
631+
- :link: [Javascript cheat sheet - InterviewBit](https://www.interviewbit.com/javascript-cheat-sheet/)
621632
- :link: [Super useful es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)
622633
- :link: [freeCodeCamp Guide](https://guide.freecodecamp.org/)
623634
- :link: [functional-programming-in-js-map-filter-reduce](https://hackernoon.com/functional-programming-in-js-map-filter-reduce-pt-5-308a205fdd5f)
@@ -700,6 +711,8 @@
700711

701712
- :link: [Many tricky and common javascript-questions](https://github.com/lydiahallie/javascript-questions)
702713

714+
- :link: [Javascript Interview Questions]([https://github.com/lydiahallie/javascript-questions](https://www.interviewbit.com/javascript-interview-questions/) - Prepare from this comprehensive list of the latest Javascript Interview Questions and ace your interview.
715+
703716
[[] Back to top](#table-of-contents-of-this-readme-file)
704717

705718
## Most frequently asked concepts for Front End Engineering Interview
@@ -863,6 +876,7 @@
863876
- [vicky002/1000-Projects](https://github.com/vicky002/1000_Projects) : Mega List of practical projects that one can solve in any programming language!
864877
- [reddit.com/r/AppIdeas](https://www.reddit.com/r/AppIdeas/) : A place to discuss ideas for applications, for bored developers.
865878
- [reddit.com/r/SomebodyMakeThis](https://www.reddit.com/r/SomebodyMakeThis/) : A home for ideas by people who lack time, money, or skills.
879+
- [InterviewBit | JavaScript Projects Ideas](https://www.interviewbit.com/blog/javascript-projects/) : Top 15+ JavaScript Projects Ideas.
866880

867881
[[] Back to top](#table-of-contents-of-this-readme-file)
868882

@@ -1025,6 +1039,7 @@
10251039
- [NOSQL Patterns](http://horicky.blogspot.com/2009/11/nosql-patterns.html)
10261040
- [Scalability, Availability & Stability Patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns)
10271041
- [Design a CDN network-Globally Distributed Content Delivery](http://repository.cmu.edu/cgi/viewcontent.cgi?article=2112&context=compsci)
1042+
- [System Design Interview Questions](https://www.interviewbit.com/system-design-interview-questions/)
10281043

10291044
[[] Back to top](#table-of-contents-of-this-readme-file)
10301045

0 commit comments

Comments
 (0)