Before you start
Beginners validating their grasp of core JavaScript
10 explanation-backed questions in about 14 minutes.
A small map of the test
- 1Variables, scope, and the let/const/var distinction
- 2Closures, the spread operator, and array methods like map()
- 3Strict versus loose equality and the null/undefined difference
- 4Promises and asynchronous JavaScript
Who this quiz is for
- Beginners validating their grasp of core JavaScript
- Experienced developers brushing up on the fundamentals
Ideas this quiz checks
Closure
A function that retains access to variables from its lexical scope even after the outer function has returned.
Strict equality (===)
A comparison that checks both value and type without coercion, avoiding surprising type conversions.
Promise
An object representing the eventual result of an asynchronous operation, which may resolve or reject.
Spread operator (...)
Syntax that expands an iterable into its individual elements to copy or merge arrays and objects.
How to read your score
-
80–100%
Strong command
You understand most of the core ideas and can use the explanations to polish smaller gaps.
-
50–79%
Solid base
You know part of the topic, but the missed explanations are the highest-value review material.
-
0–49%
Review first
Treat this as a starting map: revisit the key concepts, then retake the quiz for a cleaner signal.
Recommended next steps
- Read JavaScript Concepts Every Developer Should Know for a deeper walkthrough of closures, the event loop, and promises
- Take the Web Development Fundamentals Quiz to broaden beyond the language itself
- Try the Git Commands Quiz to round out your everyday developer toolkit
Sources and further reading
- JavaScript reference and guide MDN Web Docs (Mozilla) · Accessed July 22, 2026
- Grammar and types MDN Web Docs (Mozilla) · Accessed July 22, 2026
Instructions
- You have 14 minutes total to answer 10 multiple-choice questions.
- Choose an answer to lock it in. The runner immediately shows the correct answer and explanation.
- Use Hint when you want a nudge, or Skip to move forward without answering.
- Keyboard shortcuts: A-D answer, H hints, S skips, Enter/→ next, and ← previous.
- No signup required. Your progress is local to this quiz session.