Official speed |
46.50 wpm (77.68 seconds elapsed during race) |
Without ending ping |
46.78 wpm (5,852 ms delay sending score to TypeRacer’s server) |
Timerless |
47.61 wpm (1,252 ms elapsed before first character typed; 70.57 seconds elapsed during race) |
Timerless minus one |
47.44 wpm, ignoring the first character typed |
Race Start |
August 23, 2024 12:15:04pm UTC |
Race Finish |
August 23, 2024 12:16:22pm UTC |
Outcome |
Win (1 of 2) |
Accuracy |
97.9% |
Points |
35.65 |
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 (!isNanN(area)) { return area; } else { throw new Error('calculateArea() reaceived invalid 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 |
1252 |
173 |
301 |
235 |
224 |
146 |
161 |
157 |
168 |
232 |
88 |
112 |
241 |
143 |
316 |
76 |
184 |
143 |
586 |
207 |
93 |
92 |
429 |
355 |
96 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
( |
-( |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
Milliseconds |
363 |
260 |
80 |
296 |
192 |
216 |
116 |
133 |
186 |
69 |
161 |
424 |
696 |
424 |
263 |
453 |
372 |
344 |
175 |
336 |
192 |
372 |
421 |
243 |
87 |
Character |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
Milliseconds |
241 |
100 |
183 |
201 |
80 |
115 |
290 |
419 |
200 |
200 |
112 |
223 |
261 |
83 |
348 |
278 |
215 |
700 |
131 |
119 |
202 |
80 |
135 |
333 |
141 |
Character |
i |
f |
|
( |
! |
i |
s |
N |
a |
n |
-n |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
215 |
99 |
98 |
352 |
517 |
518 |
192 |
462 |
319 |
231 |
340 |
281 |
382 |
338 |
220 |
82 |
151 |
403 |
151 |
215 |
418 |
456 |
175 |
128 |
208 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
120 |
172 |
146 |
113 |
209 |
168 |
94 |
107 |
503 |
184 |
679 |
273 |
200 |
112 |
216 |
89 |
351 |
354 |
411 |
235 |
120 |
147 |
153 |
198 |
86 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
232 |
69 |
243 |
96 |
668 |
230 |
134 |
116 |
148 |
539 |
518 |
271 |
352 |
112 |
504 |
264 |
267 |
124 |
168 |
145 |
719 |
217 |
87 |
113 |
334 |
Character |
) |
|
r |
e |
a |
-a |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
Milliseconds |
200 |
186 |
224 |
40 |
168 |
487 |
155 |
184 |
132 |
195 |
124 |
187 |
128 |
184 |
168 |
210 |
110 |
131 |
197 |
160 |
125 |
201 |
186 |
216 |
147 |
Character |
e |
r |
' |
) |
; |
|
} |
} |
-} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
189 |
72 |
310 |
476 |
764 |
152 |
398 |
202 |
380 |
140 |
340 |
302 |
296 |
119 |
146 |
334 |
72 |
385 |
280 |
457 |
214 |
461 |
404 |
545 |
79 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
168 |
164 |
84 |
215 |
70 |
347 |
385 |
143 |
152 |
393 |
375 |
280 |
226 |
108 |
133 |
118 |
302 |
572 |
329 |
474 |
201 |
292 |
215 |
371 |
339 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
195 |
324 |
489 |
127 |
183 |
133 |
151 |
201 |
164 |
422 |
400 |
227 |
344 |
119 |
196 |
120 |
164 |
121 |
133 |
387 |
479 |
237 |
107 |
260 |
133 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
175 |
126 |
197 |
413 |
216 |
120 |
312 |
184 |
98 |
118 |
184 |
99 |
114 |
489 |
134 |
83 |
350 |
75 |
177 |
47 |
139 |
114 |
140 |
227 |
76 |
Character |
e |
|
a |
r |
e |
a |
|
- |
. |
[ |
-[ |
' |
; |
|
} |
|
} |
Milliseconds |
26 |
130 |
172 |
133 |
75 |
160 |
537 |
499 |
301 |
577 |
583 |
646 |
301 |
233 |
732 |
207 |
337 |
|
WPM Timing |
Seconds |
WPM |
1.55 |
15.45 |
3.11 |
38.62 |
4.66 |
46.35 |
6.21 |
48.28 |
7.77 |
49.44 |
9.32 |
46.35 |
10.87 |
43.04 |
12.43 |
43.45 |
13.98 |
45.49 |
15.54 |
46.35 |
17.09 |
45.64 |
18.64 |
46.99 |
20.2 |
46.35 |
21.75 |
45.24 |
23.3 |
45.32 |
24.86 |
44.41 |
26.41 |
46.35 |
27.96 |
45.92 |
29.52 |
46.35 |
31.07 |
46.73 |
32.62 |
47.08 |
34.18 |
46.7 |
35.73 |
46.35 |
37.29 |
46.67 |
38.84 |
46.35 |
40.39 |
47.24 |
41.95 |
48.06 |
43.5 |
47.72 |
45.05 |
46.88 |
46.61 |
47.12 |
48.16 |
46.84 |
49.71 |
46.59 |
51.27 |
47.05 |
52.82 |
47.03 |
54.37 |
46.57 |
55.93 |
46.35 |
57.48 |
46.55 |
59.03 |
46.55 |
60.59 |
46.94 |
62.14 |
47.12 |
63.7 |
47.29 |
65.25 |
47.63 |
66.8 |
48.86 |
68.36 |
48.1 |
69.91 |
47.03 |
71.46 |
46.68 |
73.02 |
49.47 |
74.57 |
48.44 |
76.12 |
47.45 |
77.68 |
46.5 |
|