Official speed |
67.70 wpm (53.35 seconds elapsed during race) |
Without ending ping |
67.97 wpm (3,922 ms delay sending score to TypeRacer’s server) |
Timerless |
81.90 wpm (8,407 ms elapsed before first character typed; 41.02 seconds elapsed during race) |
Timerless minus one |
81.61 wpm, ignoring the first character typed |
Race Start |
August 25, 2024 6:26:34am UTC |
Race Finish |
August 25, 2024 6:27:28am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
51.90 |
Text |
#10015 (Length: 301 characters) function calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } } |
Characters typed |
function clcalculateaArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error9('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'Wer were unable to calculate the area.'; } } |
Timing |
Character |
f |
u |
n |
c |
t |
i |
o |
n |
|
c |
l |
c |
-c |
-l |
a |
l |
c |
u |
l |
a |
t |
e |
a |
-a |
A |
Milliseconds |
8407 |
136 |
137 |
42 |
156 |
54 |
43 |
41 |
55 |
170 |
173 |
303 |
304 |
142 |
158 |
86 |
128 |
107 |
94 |
48 |
149 |
54 |
109 |
505 |
270 |
Character |
r |
e |
a |
( |
w |
i |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
Milliseconds |
120 |
43 |
103 |
410 |
144 |
85 |
99 |
209 |
87 |
269 |
82 |
177 |
24 |
115 |
119 |
103 |
76 |
248 |
98 |
185 |
73 |
143 |
126 |
99 |
58 |
Character |
{ |
|
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
Milliseconds |
143 |
59 |
131 |
49 |
111 |
115 |
117 |
148 |
546 |
102 |
230 |
166 |
104 |
85 |
92 |
76 |
142 |
75 |
100 |
130 |
130 |
375 |
63 |
82 |
112 |
Character |
h |
t |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
Milliseconds |
82 |
44 |
163 |
113 |
96 |
50 |
90 |
148 |
332 |
248 |
119 |
308 |
183 |
289 |
198 |
125 |
113 |
25 |
91 |
322 |
149 |
116 |
146 |
61 |
146 |
Character |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
Milliseconds |
26 |
136 |
64 |
87 |
96 |
16 |
103 |
83 |
33 |
89 |
198 |
128 |
253 |
157 |
108 |
124 |
110 |
69 |
100 |
156 |
480 |
219 |
56 |
102 |
69 |
Character |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
9 |
-9 |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
Milliseconds |
122 |
145 |
174 |
44 |
45 |
100 |
547 |
117 |
127 |
114 |
99 |
236 |
363 |
185 |
224 |
194 |
131 |
104 |
135 |
91 |
119 |
30 |
148 |
45 |
214 |
Character |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
Milliseconds |
113 |
22 |
96 |
228 |
76 |
242 |
274 |
80 |
248 |
148 |
83 |
183 |
161 |
92 |
132 |
199 |
59 |
93 |
97 |
89 |
60 |
54 |
146 |
43 |
144 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
156 |
37 |
122 |
39 |
100 |
279 |
274 |
158 |
150 |
153 |
160 |
100 |
154 |
56 |
161 |
151 |
88 |
515 |
226 |
296 |
397 |
157 |
123 |
427 |
65 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
47 |
98 |
77 |
156 |
53 |
100 |
166 |
147 |
89 |
263 |
150 |
74 |
146 |
91 |
82 |
50 |
115 |
149 |
119 |
402 |
246 |
136 |
191 |
240 |
461 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
r |
|
- |
Milliseconds |
157 |
235 |
125 |
33 |
83 |
177 |
69 |
114 |
60 |
247 |
240 |
60 |
167 |
16 |
134 |
52 |
116 |
73 |
111 |
130 |
269 |
112 |
153 |
258 |
281 |
Character |
-r |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
Milliseconds |
152 |
158 |
143 |
60 |
58 |
83 |
79 |
112 |
136 |
30 |
154 |
84 |
96 |
91 |
90 |
100 |
93 |
133 |
99 |
99 |
136 |
81 |
109 |
69 |
124 |
Character |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
45 |
500 |
173 |
76 |
48 |
103 |
114 |
88 |
25 |
72 |
132 |
269 |
273 |
151 |
141 |
140 |
165 |
|
WPM Timing |
Seconds |
WPM |
1.07 |
0 |
2.13 |
0 |
3.2 |
0 |
4.27 |
0 |
5.34 |
0 |
6.4 |
0 |
7.47 |
0 |
8.54 |
1.41 |
9.6 |
12.5 |
10.67 |
15.74 |
11.74 |
18.4 |
12.8 |
23.43 |
13.87 |
28.55 |
14.94 |
32.93 |
16.01 |
38.24 |
17.07 |
38.66 |
18.14 |
43 |
19.21 |
46.86 |
20.27 |
47.35 |
21.34 |
47.79 |
22.41 |
50.34 |
23.48 |
54.18 |
24.54 |
55.74 |
25.61 |
56.23 |
26.68 |
56.68 |
27.74 |
56.23 |
28.81 |
57.06 |
29.88 |
59.04 |
30.94 |
59.33 |
32.01 |
60.35 |
33.08 |
62.4 |
34.15 |
62.56 |
35.21 |
62.7 |
36.28 |
62.18 |
37.35 |
62.66 |
38.41 |
63.41 |
39.48 |
64.13 |
40.55 |
63.92 |
41.62 |
64.01 |
42.68 |
64.94 |
43.75 |
65.56 |
44.82 |
64.53 |
45.88 |
66.17 |
46.95 |
67.22 |
48.02 |
67.48 |
49.08 |
67.72 |
50.15 |
72.02 |
51.22 |
70.52 |
52.29 |
69.08 |
53.35 |
67.7 |
|