Test Your Coding Speed

How fast can you type real code? Select a language and start typing to see your stats.

function factorial(n) { if (n === 0) { return 1; } return n * factorial(n - 1); }
Time
0s
WPM
0
Accuracy
100%
Errors
0