Official speed |
50.29 wpm (71.82 seconds elapsed during race) |
Without ending ping |
50.41 wpm (5,175 ms delay sending score to TypeRacer’s server) |
Timerless |
50.63 wpm (278 ms elapsed before first character typed; 66.37 seconds elapsed during race) |
Timerless minus one |
50.44 wpm, ignoring the first character typed |
Race Start |
September 11, 2023 10:45:03am UTC |
Race Finish |
September 11, 2023 10:46:15am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.3% |
Points |
38.55 |
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 (I!is NanN(araea)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unable to clalculate 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 |
278 |
83 |
156 |
155 |
168 |
57 |
24 |
61 |
107 |
336 |
142 |
107 |
144 |
120 |
199 |
301 |
229 |
675 |
600 |
202 |
26 |
69 |
473 |
286 |
98 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
148 |
225 |
70 |
254 |
88 |
608 |
117 |
102 |
297 |
63 |
106 |
298 |
148 |
508 |
576 |
164 |
218 |
112 |
129 |
268 |
296 |
271 |
183 |
97 |
123 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
190 |
155 |
27 |
77 |
403 |
299 |
180 |
260 |
96 |
130 |
211 |
76 |
141 |
268 |
138 |
157 |
101 |
308 |
212 |
73 |
92 |
283 |
185 |
123 |
92 |
Character |
|
( |
I |
-I |
! |
i |
s |
|
- |
N |
a |
n |
-n |
N |
( |
a |
r |
a |
-a |
e |
a |
) |
) |
|
{ |
Milliseconds |
97 |
606 |
432 |
513 |
314 |
532 |
63 |
100 |
374 |
238 |
285 |
116 |
681 |
304 |
589 |
402 |
109 |
90 |
544 |
237 |
25 |
557 |
182 |
773 |
446 |
Character |
|
r |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
Milliseconds |
407 |
325 |
30 |
335 |
177 |
107 |
95 |
120 |
161 |
98 |
38 |
96 |
1350 |
300 |
334 |
240 |
218 |
52 |
145 |
73 |
157 |
1344 |
427 |
265 |
54 |
Character |
r |
o |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
Milliseconds |
144 |
27 |
162 |
117 |
171 |
63 |
54 |
102 |
433 |
398 |
208 |
110 |
112 |
618 |
1313 |
459 |
126 |
12 |
477 |
150 |
111 |
138 |
158 |
77 |
332 |
Character |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
Milliseconds |
209 |
0 |
103 |
970 |
255 |
251 |
216 |
20 |
293 |
861 |
324 |
152 |
150 |
316 |
242 |
330 |
51 |
183 |
119 |
99 |
45 |
114 |
122 |
190 |
187 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
181 |
92 |
164 |
38 |
302 |
763 |
380 |
137 |
332 |
413 |
309 |
263 |
262 |
156 |
101 |
237 |
86 |
504 |
564 |
350 |
214 |
612 |
145 |
154 |
58 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
59 |
112 |
73 |
183 |
106 |
165 |
260 |
202 |
68 |
351 |
408 |
470 |
243 |
95 |
118 |
96 |
191 |
864 |
342 |
324 |
142 |
299 |
261 |
293 |
205 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
207 |
194 |
295 |
132 |
253 |
177 |
130 |
52 |
142 |
339 |
338 |
96 |
140 |
61 |
217 |
119 |
91 |
75 |
93 |
358 |
409 |
200 |
218 |
227 |
70 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
l |
-l |
a |
l |
c |
u |
l |
a |
t |
e |
|
Milliseconds |
52 |
190 |
149 |
340 |
166 |
179 |
140 |
105 |
113 |
44 |
145 |
47 |
117 |
463 |
200 |
384 |
154 |
97 |
178 |
154 |
138 |
44 |
133 |
27 |
87 |
Character |
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
149 |
48 |
45 |
86 |
242 |
158 |
0 |
94 |
188 |
506 |
400 |
285 |
445 |
293 |
210 |
|
WPM Timing |
Seconds |
WPM |
1.44 |
83.54 |
2.87 |
71.01 |
4.31 |
61.26 |
5.75 |
58.48 |
7.18 |
60.15 |
8.62 |
54.3 |
10.06 |
54.9 |
11.49 |
57.43 |
12.93 |
58.48 |
14.36 |
59.31 |
15.8 |
58.48 |
17.24 |
54.3 |
18.67 |
52.69 |
20.11 |
50.12 |
21.55 |
49.01 |
22.98 |
46.99 |
24.42 |
46.68 |
25.86 |
48.27 |
27.29 |
46.61 |
28.73 |
47.2 |
30.17 |
45.75 |
31.6 |
47.46 |
33.04 |
47.22 |
34.48 |
45.95 |
35.91 |
46.45 |
37.35 |
46.59 |
38.78 |
46.41 |
40.22 |
45.95 |
41.66 |
46.67 |
43.09 |
47.9 |
44.53 |
47.16 |
45.97 |
46.99 |
47.4 |
46.83 |
48.84 |
46.44 |
50.28 |
47.74 |
51.71 |
47.34 |
53.15 |
47.19 |
54.59 |
47.27 |
56.02 |
47.34 |
57.46 |
47.83 |
58.9 |
48.29 |
60.33 |
48.73 |
61.77 |
49.54 |
63.2 |
49.36 |
64.64 |
50.87 |
66.08 |
50.3 |
67.51 |
53.5 |
68.95 |
52.39 |
70.39 |
51.32 |
71.82 |
50.29 |
|