{{ char.value | charDisplay }}

{{ char.value | charDisplay }}{{ char.pressed | charDisplay }} {{ state.currentChar.value | charDisplay }} {{ char.value | charDisplay }}

Next level:


Overall accuracy: {{ overallAccuracy | percentDisplay }}

Top missed characters:

{{ value | charDisplay }} - {{ ((total - correct) / total) | percentDisplay }} missed