Race Updates Discord About Merch
Home Profile History Competitions Texts Messages Friends Upgrade

typeracer

Pit Stop

Record your races with a typeracer account:

Create Your Account
  • Save your race history and scores.
  • Customize your profile and racecar.
  • It’s free, why not?
Racer (timjeffery44)
Race Number 52
Date Tue, 14 May 2019 16:47:23 +0000
Universe code
Speed 42 WPM Try to beat?
Accuracy 92.0%
Rank 1st place (out of 1)

Text typed:

(defop hello2 req (w/link (pr "there") (pr "here"))) (defop hello3 req (w/link (w/link (pr "end") (pr "middle")) (pr "start"))) (defop hello4 req (aform [w/link (pr "you said: " (arg _ "foo")) (pr "click here")] (input "foo") (submit)))
Arc Tutorial (software) by Paul Graham (see stats)

Typing Review:

Race text:
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop hello3 req (w/link (w/link (pr "end") (pr "middle")) (pr "start"))) (defop hello4 req (aform [w/link (pr "you said: " (arg _ "foo")) (pr "click here")] (input "foo") (submit)))
Time:
0:00
Speed:
Accuracy:
Typing replay:
Analysis:
Mistakes:
  1. hello2
  2. req
  3. "here")))
  4. hello3
  5. (w/link
  6. (pr
  7. "middle"))
  8. "start")))
  9. (defop
  10. hello4
  11. req
  12. [w/link
  13. (pr
  14. "you
  15. said:
  16. (arg
  17. _
  18. "click
  19. here")]
  20. (submit)))