Official speed |
42.24 wpm (85.51 seconds elapsed during race) |
Without ending ping |
42.29 wpm (6,063 ms delay sending score to TypeRacer’s server) |
Timerless |
42.53 wpm (442 ms elapsed before first character typed; 79.01 seconds elapsed during race) |
Timerless minus one |
42.38 wpm, ignoring the first character typed |
Race Start |
October 18, 2024 9:38:33pm UTC |
Race Finish |
October 18, 2024 9:39:59pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.0% |
Points |
32.38 |
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 invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We awere unable to vcaccalculate 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 |
442 |
79 |
174 |
114 |
144 |
29 |
49 |
144 |
146 |
239 |
31 |
81 |
159 |
291 |
223 |
113 |
157 |
340 |
399 |
176 |
95 |
65 |
864 |
445 |
98 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
335 |
226 |
82 |
254 |
144 |
288 |
336 |
110 |
159 |
96 |
130 |
914 |
256 |
748 |
435 |
242 |
189 |
144 |
574 |
293 |
636 |
178 |
112 |
176 |
126 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
242 |
158 |
97 |
112 |
639 |
243 |
302 |
241 |
61 |
343 |
222 |
123 |
352 |
610 |
270 |
276 |
547 |
137 |
131 |
106 |
261 |
976 |
274 |
318 |
110 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
114 |
1423 |
720 |
401 |
97 |
364 |
594 |
447 |
1698 |
354 |
191 |
76 |
82 |
613 |
155 |
272 |
802 |
383 |
256 |
46 |
181 |
76 |
111 |
99 |
237 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
193 |
159 |
148 |
12 |
869 |
156 |
800 |
192 |
355 |
61 |
99 |
92 |
129 |
689 |
356 |
269 |
81 |
301 |
305 |
112 |
126 |
176 |
66 |
160 |
190 |
Character |
E |
r |
r |
o |
r |
( |
" |
-" |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
Milliseconds |
388 |
192 |
157 |
31 |
114 |
800 |
880 |
529 |
273 |
703 |
46 |
242 |
274 |
108 |
354 |
126 |
161 |
94 |
483 |
174 |
95 |
32 |
708 |
94 |
623 |
Character |
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
Milliseconds |
355 |
61 |
576 |
707 |
124 |
259 |
159 |
209 |
126 |
161 |
144 |
224 |
95 |
111 |
112 |
177 |
130 |
160 |
175 |
175 |
80 |
161 |
49 |
452 |
1116 |
Character |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
Milliseconds |
402 |
397 |
675 |
302 |
285 |
241 |
241 |
78 |
163 |
207 |
111 |
1234 |
498 |
573 |
259 |
766 |
542 |
194 |
63 |
559 |
497 |
82 |
187 |
99 |
159 |
Character |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
Milliseconds |
320 |
113 |
93 |
774 |
384 |
139 |
305 |
95 |
97 |
82 |
305 |
734 |
735 |
258 |
575 |
210 |
397 |
453 |
460 |
446 |
113 |
482 |
80 |
303 |
173 |
Character |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
a |
-a |
w |
e |
r |
e |
|
u |
Milliseconds |
34 |
144 |
164 |
589 |
273 |
338 |
189 |
64 |
128 |
51 |
139 |
67 |
386 |
652 |
544 |
196 |
140 |
193 |
399 |
96 |
95 |
64 |
145 |
80 |
288 |
Character |
n |
a |
b |
l |
e |
|
t |
o |
|
v |
c |
a |
-a |
-c |
c |
-c |
-v |
c |
a |
l |
c |
u |
l |
a |
t |
Milliseconds |
194 |
61 |
160 |
82 |
144 |
96 |
162 |
94 |
78 |
328 |
0 |
7 |
353 |
145 |
113 |
257 |
159 |
97 |
78 |
94 |
450 |
51 |
173 |
240 |
175 |
Character |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
80 |
129 |
158 |
49 |
97 |
64 |
193 |
126 |
97 |
48 |
238 |
432 |
1031 |
284 |
672 |
193 |
270 |
|
WPM Timing |
Seconds |
WPM |
1.71 |
84.2 |
3.42 |
66.66 |
5.13 |
58.47 |
6.84 |
56.13 |
8.55 |
53.33 |
10.26 |
50.29 |
11.97 |
47.11 |
13.68 |
48.24 |
15.39 |
48.34 |
17.1 |
46.31 |
18.81 |
45.93 |
20.52 |
44.44 |
22.23 |
43.18 |
23.94 |
41.6 |
25.65 |
39.76 |
27.36 |
39.91 |
29.07 |
40.86 |
30.78 |
41.32 |
32.49 |
41.73 |
34.2 |
41.4 |
35.91 |
42.43 |
37.63 |
41.78 |
39.34 |
40.27 |
41.05 |
41.22 |
42.76 |
41.26 |
44.47 |
40.75 |
46.18 |
41.58 |
47.89 |
42.85 |
49.6 |
42.1 |
51.31 |
41.63 |
53.02 |
41.65 |
54.73 |
41 |
56.44 |
40.82 |
58.15 |
40.86 |
59.86 |
40.9 |
61.57 |
40.93 |
63.28 |
40.58 |
64.99 |
40.25 |
66.7 |
40.66 |
68.41 |
41.22 |
70.12 |
40.9 |
71.83 |
41.43 |
73.54 |
41.61 |
75.25 |
41.78 |
76.96 |
42.72 |
78.67 |
42.25 |
80.38 |
44.94 |
82.09 |
44 |
83.8 |
43.1 |
85.51 |
42.24 |
|