Official speed |
70.64 wpm (51.13 seconds elapsed during race) |
Without ending ping |
71.16 wpm (3,917 ms delay sending score to TypeRacer’s server) |
Timerless |
72.30 wpm (741 ms elapsed before first character typed; 46.48 seconds elapsed during race) |
Timerless minus one |
72.04 wpm, ignoring the first character typed |
Race Start |
September 25, 2024 6:49:31am UTC |
Race Finish |
September 25, 2024 6:50:22am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
100.0% |
Points |
54.16 |
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 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 |
741 |
121 |
187 |
101 |
205 |
78 |
64 |
68 |
90 |
183 |
121 |
157 |
108 |
158 |
92 |
66 |
127 |
89 |
351 |
114 |
69 |
136 |
293 |
240 |
184 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
89 |
189 |
57 |
245 |
153 |
356 |
84 |
106 |
89 |
121 |
61 |
265 |
212 |
122 |
178 |
186 |
180 |
120 |
127 |
171 |
207 |
96 |
155 |
168 |
162 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
163 |
101 |
85 |
150 |
243 |
72 |
131 |
185 |
157 |
108 |
252 |
64 |
141 |
181 |
158 |
198 |
140 |
74 |
166 |
96 |
91 |
189 |
88 |
391 |
96 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
237 |
172 |
448 |
258 |
96 |
374 |
342 |
334 |
381 |
218 |
69 |
100 |
154 |
547 |
202 |
208 |
376 |
195 |
164 |
125 |
151 |
128 |
95 |
117 |
125 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
96 |
81 |
69 |
130 |
149 |
152 |
237 |
153 |
149 |
120 |
101 |
64 |
194 |
148 |
176 |
146 |
126 |
76 |
119 |
94 |
176 |
97 |
106 |
91 |
162 |
Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
Milliseconds |
214 |
198 |
178 |
94 |
86 |
327 |
225 |
361 |
164 |
443 |
288 |
174 |
68 |
80 |
128 |
78 |
256 |
119 |
66 |
148 |
368 |
40 |
230 |
217 |
103 |
Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
Milliseconds |
203 |
517 |
131 |
103 |
144 |
209 |
159 |
77 |
91 |
60 |
64 |
74 |
117 |
114 |
207 |
197 |
227 |
244 |
74 |
229 |
95 |
132 |
353 |
258 |
141 |
Character |
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
Milliseconds |
238 |
159 |
156 |
179 |
176 |
150 |
88 |
244 |
126 |
247 |
250 |
258 |
324 |
148 |
229 |
258 |
78 |
58 |
128 |
80 |
197 |
124 |
146 |
222 |
191 |
Character |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
Milliseconds |
74 |
247 |
179 |
176 |
175 |
119 |
82 |
158 |
211 |
190 |
206 |
136 |
242 |
257 |
253 |
247 |
319 |
268 |
207 |
206 |
160 |
233 |
171 |
197 |
104 |
Character |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
Milliseconds |
87 |
307 |
266 |
117 |
183 |
80 |
178 |
108 |
102 |
107 |
132 |
200 |
376 |
205 |
306 |
137 |
84 |
97 |
111 |
201 |
85 |
190 |
84 |
85 |
136 |
Character |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
Milliseconds |
95 |
115 |
100 |
92 |
102 |
164 |
277 |
189 |
240 |
149 |
61 |
87 |
98 |
99 |
141 |
97 |
71 |
112 |
152 |
101 |
43 |
87 |
115 |
194 |
303 |
Character |
; |
|
} |
|
} |
Milliseconds |
459 |
311 |
157 |
156 |
151 |
|
WPM Timing |
Seconds |
WPM |
1.02 |
23.47 |
2.05 |
64.54 |
3.07 |
70.41 |
4.09 |
70.41 |
5.11 |
70.41 |
6.14 |
72.36 |
7.16 |
73.76 |
8.18 |
73.34 |
9.2 |
75.62 |
10.23 |
75.1 |
11.25 |
76.81 |
12.27 |
75.29 |
13.29 |
72.21 |
14.32 |
69.57 |
15.34 |
68.84 |
16.36 |
67.47 |
17.39 |
69.02 |
18.41 |
69.75 |
19.43 |
71.02 |
20.45 |
72.75 |
21.48 |
72.64 |
22.5 |
71.47 |
23.52 |
70.92 |
24.54 |
70.89 |
25.57 |
70.87 |
26.59 |
70.41 |
27.61 |
71.71 |
28.63 |
71.66 |
29.66 |
70.81 |
30.68 |
71.19 |
31.7 |
70.41 |
32.72 |
70.04 |
33.75 |
70.76 |
34.77 |
70.75 |
35.79 |
70.74 |
36.82 |
70.08 |
37.84 |
69.45 |
38.86 |
69.79 |
39.88 |
69.5 |
40.91 |
69.53 |
41.93 |
69.83 |
42.95 |
70.41 |
43.97 |
70.41 |
45 |
71.47 |
46.02 |
71.71 |
47.04 |
70.92 |
48.06 |
75.15 |
49.09 |
73.58 |
50.11 |
72.08 |
51.13 |
70.64 |
|