Official speed |
84.22 wpm (42.89 seconds elapsed during race) |
Without ending ping |
84.51 wpm (3,128 ms delay sending score to TypeRacer’s server) |
Timerless |
85.47 wpm (449 ms elapsed before first character typed; 39.31 seconds elapsed during race) |
Timerless minus one |
85.17 wpm, ignoring the first character typed |
Race Start |
August 26, 2024 2:38:08pm UTC |
Race Finish |
August 26, 2024 2:38:51pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.0% |
Points |
64.57 |
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 ne w Error('calculateArea() received 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 |
449 |
63 |
153 |
96 |
135 |
88 |
32 |
92 |
85 |
71 |
136 |
80 |
146 |
102 |
113 |
66 |
86 |
66 |
205 |
97 |
80 |
111 |
289 |
190 |
129 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
99 |
165 |
96 |
187 |
85 |
131 |
102 |
72 |
128 |
71 |
104 |
153 |
175 |
200 |
113 |
239 |
177 |
79 |
122 |
111 |
113 |
96 |
129 |
110 |
59 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
117 |
104 |
88 |
107 |
134 |
97 |
94 |
151 |
123 |
69 |
168 |
88 |
97 |
136 |
97 |
112 |
102 |
104 |
104 |
97 |
79 |
184 |
114 |
126 |
92 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
93 |
191 |
345 |
223 |
120 |
368 |
177 |
360 |
303 |
201 |
127 |
56 |
120 |
520 |
168 |
192 |
216 |
89 |
167 |
80 |
136 |
97 |
120 |
80 |
120 |
Character |
a |
r |
e |
a |
: |
-: |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
Milliseconds |
113 |
158 |
91 |
110 |
447 |
360 |
201 |
152 |
191 |
112 |
177 |
103 |
81 |
119 |
83 |
110 |
111 |
120 |
64 |
128 |
105 |
88 |
88 |
96 |
104 |
Character |
|
- |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
96 |
559 |
163 |
70 |
161 |
111 |
127 |
81 |
82 |
215 |
222 |
272 |
120 |
95 |
153 |
123 |
157 |
64 |
75 |
71 |
262 |
81 |
63 |
89 |
272 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
103 |
136 |
153 |
63 |
184 |
168 |
152 |
138 |
38 |
330 |
111 |
256 |
127 |
42 |
113 |
77 |
104 |
89 |
82 |
62 |
175 |
146 |
62 |
139 |
69 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
Milliseconds |
82 |
233 |
221 |
96 |
131 |
157 |
194 |
126 |
392 |
168 |
72 |
170 |
78 |
185 |
143 |
250 |
198 |
225 |
176 |
88 |
87 |
120 |
113 |
32 |
183 |
Character |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
+ |
|
- |
-+ |
|
+ |
|
Milliseconds |
72 |
123 |
215 |
286 |
114 |
216 |
167 |
87 |
200 |
114 |
70 |
82 |
70 |
120 |
107 |
229 |
144 |
89 |
367 |
155 |
222 |
127 |
83 |
120 |
263 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
271 |
167 |
200 |
89 |
119 |
128 |
136 |
120 |
56 |
240 |
259 |
125 |
153 |
63 |
137 |
95 |
105 |
73 |
110 |
56 |
208 |
184 |
112 |
97 |
115 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
61 |
74 |
69 |
89 |
143 |
82 |
94 |
128 |
64 |
104 |
105 |
183 |
90 |
113 |
119 |
78 |
128 |
152 |
122 |
45 |
75 |
65 |
77 |
64 |
91 |
Character |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
86 |
66 |
93 |
80 |
57 |
79 |
328 |
185 |
367 |
129 |
250 |
133 |
168 |
|
WPM Timing |
Seconds |
WPM |
0.86 |
55.96 |
1.72 |
90.94 |
2.57 |
102.59 |
3.43 |
94.43 |
4.29 |
95.13 |
5.15 |
93.27 |
6 |
93.93 |
6.86 |
96.18 |
7.72 |
97.93 |
8.58 |
99.33 |
9.44 |
97.93 |
10.29 |
93.27 |
11.15 |
89.32 |
12.01 |
87.94 |
12.87 |
85.81 |
13.72 |
86.56 |
14.58 |
85.59 |
15.44 |
82.39 |
16.3 |
83.2 |
17.16 |
85.34 |
18.01 |
81.94 |
18.87 |
82.67 |
19.73 |
82.12 |
20.59 |
82.77 |
21.44 |
83.38 |
22.3 |
83.4 |
23.16 |
83.42 |
24.02 |
84.44 |
24.87 |
84.42 |
25.73 |
83.47 |
26.59 |
83.49 |
27.45 |
83.07 |
28.31 |
83.94 |
29.16 |
83.12 |
30.02 |
83.94 |
30.88 |
83.16 |
31.74 |
81.67 |
32.59 |
80.99 |
33.45 |
81.43 |
34.31 |
81.49 |
35.17 |
81.89 |
36.03 |
82.94 |
36.88 |
83.61 |
37.74 |
84.89 |
38.6 |
85.18 |
39.46 |
84.24 |
40.31 |
89.6 |
41.17 |
87.73 |
42.03 |
85.94 |
42.89 |
84.22 |
|