Back to Lessons
Programming Code Practice
advancedPractice typing code with proper syntax and symbols
Lesson ProgressExercise 1 of 3
Code Syntax Elements
Practice common programming syntax
Time: 0:00
Type: practice
WPM
0
Accuracy
100%
Errors
0
function() { return true; } if (x === y) { console.log("equal"); } const arr = [1, 2, 3]; obj.property = "value";