Programming

Generated exercise โ€” unlimited variants.

WPM
0
Accuracy
100%
Errors
0
Combo
0
Time
0s
class Point { constructor(x, y) { this.x = x; this.y = y; } } const sum = (a, b) => a + b; const result = sum(2, 3);
Start typing โ€” the timer begins on your first keystroke.