Closures, Prototypes, Events, Performance, Security
What is a closure in JavaScript?
What is the Call Stack in JavaScript?
What is prototype in JavaScript?
What is CORS (Cross Origin Resource Sharing)?
What is event bubbling?
What is event capturing?
What is the difference between shallow copy and deep copy?
What is a polyfill in JavaScript?
What is a generator function in JavaScript?
What is tree shaking in JavaScript?
What are cookies in JavaScript?
What is the difference between IndexedDB and SessionStorage?
What are Interceptors?
What is the difference between authentication and authorization?
What are the DRY, KISS, YAGNI principles? (Select all correct descriptions)
What is eval() in JavaScript?
What is the Event Loop in JavaScript?
What is the difference between microtasks and macrotasks?
What is memoization in JavaScript?
What is throttling in JavaScript?
What is the Proxy object in JavaScript?
What is the Reflect API in JavaScript?
What is currying in JavaScript?
What is the difference between WeakMap and Map?