JavaScript Practice Test
✕
📝 JavaScript Practice Tests
Array Methods
Async Programming
Closures and Scope
Core Syntax
DOM Manipulation
Error Handling
ES6+ Features
Modules
Node.js Basics
Object Methods
JavaScript
Prototypes and Classes
Strings
Testing
TypeScript Basics
📖 JavaScript Study Guides
JavaScript Practice Test
JavaScript Practice Test PDF (Free Printable 2026)
☰
JavaScript Practice Test
▶
JavaScript Object Methods
Free · Instant Results
What does `Object.keys()` return?
A
All properties including inherited ones
B
An array of an object's own enumerable property names
C
An array of the object's values
D
An array of [key, value] pairs
▶ Start Practice Test