JavaScript — Free Quiz Course
Test and sharpen your JavaScript knowledge: values and types, closures, objects, the event loop, promises, this, prototypes, and modules.
5 chapters, 50 questions. Free, no signup. Progress is saved in your browser.
- Chapter 1: Values & TypesPrimitives vs objects, typeof quirks, type coercion, equality, NaN, and the difference between null and undefined.
- Chapter 2: Functions, Scope & ClosuresHow scope works in JavaScript: var vs let, hoisting, closures, arrow functions, default parameters, and IIFEs.
- Chapter 3: Objects & ArraysReferences vs copies, destructuring, spread, array methods like map and filter, sorting gotchas, and object keys.
- Chapter 4: Async JavaScriptThe event loop, callbacks, promises, async/await, microtasks vs macrotasks, and common async mistakes.
- Chapter 5: this, Prototypes & ClassesHow this is determined, prototype chains, classes and inheritance, ES modules, and what new actually does.
Course completed
You finished every chapter — best score/.
How it works
Each chapter is a short quiz: one question at a time, with immediate feedback and an explanation after every answer. Wrong answers teach you as much as right ones.
Your progress is stored in your browser (localStorage), so you can leave and come back any time. Nothing leaves your machine, and there is no account or signup.
The questions are based on tutorials published on this site — every chapter links the related posts, and you can grab the free JavaScript Handbook to study the whole topic.