0
Your Cart

Javascript quiz

Intermediate Javascript

1. What is the most common real-world issue caused by using `var` instead of `let` in loops?





2. Why does `setTimeout(fn, 0)` not execute immediately?





3. Which combination is required to establish criminal liability?





4. What is a common cause of race conditions in frontend applications?





5. Which Promise method should you use when you need results even if some fail?





6. Which use case best fits debouncing?





7. What is the modern way to cancel a fetch request?





8. What causes layout thrashing?





9. Why is event delegation effective?





10. What directly reduces JavaScript bundle size?