Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rohan-paul/Awesome-JavaScript-Int…
Browse files Browse the repository at this point in the history
…erviews
  • Loading branch information
rohan-paul committed Sep 27, 2022
2 parents 12665c9 + 7e9a52d commit 64eaf29
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ But if I do the following instead of user.foo()

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

But then agin if my foo() function is in strict mode
But then again if my foo() function is in strict mode

```js
function foo() {
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
- [REST-architectural-concepts](Node-Express/REST-architectural-concepts.md)
- [significance-of-file-bin-www](Node-Express/significance-of-file-bin-www.md)
- [Streams Concepts in Node](Node-Express/Streams.md)
- [Node.js Interview Questions](https://www.interviewbit.com/node-js-interview-questions/)

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

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

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

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

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

Expand Down Expand Up @@ -413,6 +416,7 @@
- [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)
- [immutable-state-store-in-React-Redux-2](React/immutable-state-store-in-React-Redux/immutable-state-store-in-React-Redux-2.md)
- [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)
- [Redux Interview Questions](https://www.interviewbit.com/redux-interview-questions/)

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

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

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

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

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

Expand All @@ -506,6 +512,7 @@

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

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

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

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

Expand All @@ -540,6 +548,7 @@
- [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)
- [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)
- [git-staging-area](Git-and-Github/git-staging-area.md)
- [Git Interview Questions](https://www.interviewbit.com/git-interview-questions/)

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

Expand All @@ -565,6 +574,7 @@
- :link: [reactjs-interview-questions](https://github.com/sudheerj/reactjs-interview-questions)
- :link: [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
- :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
- :link: [Algorithm Interview Questions](https://www.interviewbit.com/algorithm-interview-questions/)

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

Expand Down Expand Up @@ -618,6 +628,7 @@
### Other important resources

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

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

- :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.

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

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

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

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

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

Expand Down

0 comments on commit 64eaf29

Please sign in to comment.