Essential JavaScript Interview Coding Questions
JavascriptInterview questionsCoding questions

Intercepting function or method invocation in JavaScript. Monkey-patching or proxies. Let’s talk about that.
What is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.
The ultimate performance battle between JavaScript frameworks
Best JavaScript Frameworks that can be used to create desktop applications

The difference between Dot Notation & Bracket Notation, and when you should use each one.