Code typing test — type keywords, brackets and symbols
Backspace corrects within the current token · Tab restarts
Code scores run well below prose scores — the symbol row and the shift key cost you. Compare code to code.
Your keyboard
| Key | Typed | Wrong | Mean |
|---|
Fill: how often you miss it Outline: slower than your own average
Your 5 most-missed keys
Your 5 slowest keys
Counted across every run you take in this browser. The whole record lives in this device's local storage — there is no account, and nothing is uploaded. How the heatmap works.
Recent results
Why a code test is a different test
An ordinary typing test is built from common lowercase English words, which means it mostly measures how fast your fingers move around the home row. Code does not live there. It lives on the symbol row and the shift key: =>, !==, ();, &&, closing braces, underscores, and identifiers with a capital letter buried in the middle of them. Those are different motor patterns with different failure modes, and being fast at prose predicts them surprisingly poorly.
The passage here is drawn from a pool of real code tokens — keywords, punctuation clusters, bracket pairs, camelCase and CONSTANT_CASE identifiers, method chains, string literals, and type annotations. It is deliberately not a compilable program. A real snippet lets you coast on recognition: once you see the shape of a familiar function you stop reading and start recalling. A shuffled token stream forces you to actually type what is in front of you, which is the thing being measured.
Expect a lower number than your prose score, and do not treat that as a failure — reaching for a bracket costs more than typing another vowel. Your code bests are stored separately from your prose bests for exactly that reason, so a run here never quietly overwrites or undercuts the score on the standard test.
Other typing tests
The standard typing test
The default word test at 15, 30, 60 or 120 seconds — the one most people are looking for.
1 minute typing test
The 60-second benchmark: long enough to be honest, short enough to run again straight away.
5 minute typing test
Five sustained minutes — endurance and consistency rather than a single burst.
Custom text typing test
Paste your own passage, then share the exact test as a link.
Accuracy drill
Strict mode: a wrong key is counted and the cursor refuses to move until you fix it.
Mobile typing test
Thumb-typing on a phone keyboard, scored and stored separately from your desktop runs.