JavaScript Interview Questions For 5 Years Of Experience
JavaScript Interview Questions For 5 Years Of Experience
- What are the design patterns in JavaScript ?
- What is event loop in JavaScript ?
- How to deep clone in JavaScript ?
- How to flatten an array in JavaScript ?
- What is debounce in JavaScript ?
- Write a code to flatten the contents of an object ?
- How to create virtual dom in JavaScript ?
- What is critical rendering path ?
- What is a freeze method in JavaScript ?
- What are solid principles in JavaScript ?
- What is the seal method in JavaScript ?
- Difference between Angular and React ?
- How to watch variable changes in JavaScript ?
- How to create a change detection mechanism of JavaScript framework ?
- What is functional programming in JavaScript ?
- What is quick sort and what is it’s time complexity ?
- Explain bubble sort and insertion sort with example ?
- What is a REST API ?
- How to apply conditional breakpoints in chrome browser debugging tool ?
- Why storing JWT in cookie is safer than storing JWT in session storage or local storage? Is storing in cookie 100 percent safe ? what if I copy JWT from cookie in the browser debug panel and use it in a CSRF attack ?
- What is an execution context and lexical environment in JavaScript ?
- What is generator function in JavaScript ?
For more questions and answers visit our website at frontend interview questions
Comments
Post a Comment