JavaScript Typing Practice
Practice JavaScript with objects, arrays, functions, arrow syntax, async workflows, errors, and tests.
JavaScript / Syntax & Basics / Syntax & Basics
Constants
1 / 7Start typing to begin
Start typing to begin const userId = 'user-42';
const isActive = true;