| Official speed |
51.94 wpm (69.54 seconds elapsed during race) |
| Without ending ping |
52.06 wpm (4,997 ms delay sending score to TypeRacer’s server) |
| Timerless |
52.65 wpm (730 ms elapsed before first character typed; 63.82 seconds elapsed during race) |
| Timerless minus one |
52.46 wpm, ignoring the first character typed |
| Race Start |
November 4, 2024 1:18:25am UTC |
| Race Finish |
November 4, 2024 1:19:35am UTC |
| Outcome |
No win (2 of 3) |
| Accuracy |
99.6% |
| Points |
39.82 |
| 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 calculateArea(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalicd number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to calculate the area.'; } } |
| Timing |
| Character |
f |
u |
n |
c |
t |
i |
o |
n |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
w |
i |
| Milliseconds |
730 |
61 |
494 |
224 |
195 |
147 |
99 |
86 |
109 |
179 |
107 |
139 |
250 |
217 |
218 |
191 |
293 |
79 |
366 |
217 |
75 |
143 |
288 |
327 |
539 |
| Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
| Milliseconds |
363 |
275 |
75 |
241 |
77 |
169 |
95 |
166 |
243 |
478 |
211 |
410 |
210 |
252 |
173 |
160 |
187 |
71 |
126 |
231 |
169 |
197 |
85 |
149 |
150 |
| Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
| Milliseconds |
178 |
139 |
94 |
195 |
346 |
240 |
75 |
979 |
55 |
399 |
186 |
72 |
243 |
203 |
146 |
145 |
345 |
163 |
1689 |
92 |
308 |
1566 |
269 |
150 |
263 |
| Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
| Milliseconds |
203 |
312 |
394 |
266 |
92 |
286 |
1623 |
509 |
520 |
205 |
168 |
66 |
187 |
306 |
172 |
581 |
226 |
209 |
159 |
52 |
151 |
84 |
137 |
45 |
156 |
| Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
| Milliseconds |
259 |
173 |
58 |
226 |
301 |
194 |
201 |
159 |
159 |
165 |
131 |
56 |
201 |
199 |
153 |
174 |
54 |
148 |
90 |
245 |
132 |
180 |
104 |
97 |
166 |
| Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
| Milliseconds |
257 |
395 |
152 |
49 |
151 |
365 |
300 |
212 |
104 |
134 |
154 |
131 |
317 |
127 |
210 |
79 |
282 |
489 |
64 |
206 |
309 |
257 |
360 |
290 |
61 |
| Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
c |
-c |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
| Milliseconds |
311 |
153 |
171 |
136 |
155 |
207 |
133 |
152 |
101 |
164 |
157 |
125 |
134 |
179 |
628 |
900 |
211 |
154 |
152 |
190 |
83 |
195 |
62 |
334 |
501 |
| Character |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
| Milliseconds |
315 |
202 |
198 |
169 |
202 |
182 |
221 |
129 |
164 |
238 |
34 |
255 |
300 |
317 |
239 |
195 |
188 |
157 |
63 |
167 |
203 |
96 |
196 |
55 |
632 |
| Character |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
| Milliseconds |
218 |
175 |
371 |
264 |
199 |
1392 |
214 |
104 |
134 |
114 |
483 |
320 |
197 |
252 |
151 |
196 |
195 |
333 |
251 |
538 |
166 |
387 |
126 |
390 |
143 |
| Character |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
| Milliseconds |
207 |
198 |
62 |
340 |
335 |
172 |
403 |
74 |
136 |
92 |
143 |
81 |
174 |
273 |
301 |
302 |
350 |
175 |
166 |
180 |
79 |
171 |
180 |
198 |
106 |
| Character |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
| Milliseconds |
188 |
176 |
131 |
148 |
172 |
54 |
107 |
264 |
96 |
148 |
146 |
118 |
371 |
159 |
233 |
54 |
181 |
144 |
72 |
84 |
118 |
155 |
175 |
74 |
545 |
| Character |
. |
' |
; |
|
} |
|
} |
| Milliseconds |
242 |
299 |
329 |
233 |
165 |
164 |
119 |
|
| WPM Timing |
| Seconds |
WPM |
1.39 |
25.88 |
2.78 |
51.77 |
4.17 |
51.77 |
5.56 |
51.77 |
6.95 |
51.77 |
8.35 |
51.77 |
9.74 |
53 |
11.13 |
56.08 |
12.52 |
54.64 |
13.91 |
53.49 |
15.3 |
53.34 |
16.69 |
49.61 |
18.08 |
47.12 |
19.47 |
46.22 |
20.86 |
46.59 |
22.25 |
43.68 |
23.64 |
42.63 |
25.04 |
43.14 |
26.43 |
45.41 |
27.82 |
46.16 |
29.21 |
47.66 |
30.6 |
49.02 |
31.99 |
49.14 |
33.38 |
49.97 |
34.77 |
50.04 |
36.16 |
49.78 |
37.55 |
51.13 |
38.94 |
50.23 |
40.33 |
49.68 |
41.73 |
49.75 |
43.12 |
50.1 |
44.51 |
50.42 |
45.9 |
50.98 |
47.29 |
50.75 |
48.68 |
50.04 |
50.07 |
49.85 |
51.46 |
49.9 |
52.85 |
49.5 |
54.24 |
49.56 |
55.63 |
49.39 |
57.02 |
50.08 |
58.42 |
50.33 |
59.81 |
50.96 |
61.2 |
51.38 |
62.59 |
52.15 |
63.98 |
51.77 |
65.37 |
55.26 |
66.76 |
54.1 |
68.15 |
53 |
69.54 |
51.94 |
|