JS_programmer (javascript_programmer)

Race #1

View Pit Stop page for race #1 by javascript_programmerGhost race

View profile for JS_programmer (javascript_programmer)

Official speed 70.13 wpm (40.38 seconds elapsed during race)
Race Start June 6, 2023 7:53:40pm UTC
Race Finish June 6, 2023 7:54:20pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 43.24
Text #10008 (Length: 236 characters)

(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)))