| Official speed |
53.41 wpm (67.63 seconds elapsed during race) |
| Without ending ping |
53.56 wpm (4,897 ms delay sending score to TypeRacer’s server) |
| Timerless |
54.00 wpm (510 ms elapsed before first character typed; 62.22 seconds elapsed during race) |
| Timerless minus one |
53.81 wpm, ignoring the first character typed |
| Race Start |
May 6, 2024 4:47:56am UTC |
| Race Finish |
May 6, 2024 4:49:03am UTC |
| Outcome |
Win (1 of 3) |
| Accuracy |
99.6% |
| Points |
40.95 |
| 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 numbrer'); } } 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 |
510 |
84 |
181 |
236 |
595 |
142 |
72 |
100 |
187 |
228 |
136 |
456 |
205 |
80 |
191 |
70 |
253 |
56 |
447 |
196 |
59 |
231 |
416 |
784 |
25 |
| Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
| Milliseconds |
435 |
284 |
63 |
210 |
108 |
180 |
87 |
352 |
282 |
49 |
118 |
392 |
200 |
266 |
195 |
237 |
169 |
56 |
363 |
238 |
311 |
344 |
82 |
171 |
114 |
| Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
| Milliseconds |
245 |
177 |
57 |
160 |
456 |
184 |
121 |
366 |
67 |
241 |
321 |
73 |
238 |
227 |
196 |
235 |
71 |
234 |
230 |
36 |
116 |
266 |
159 |
650 |
122 |
| Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
| Milliseconds |
108 |
952 |
423 |
354 |
40 |
417 |
318 |
347 |
733 |
319 |
211 |
41 |
183 |
307 |
138 |
283 |
230 |
213 |
161 |
69 |
145 |
72 |
127 |
68 |
145 |
| Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
| Milliseconds |
220 |
146 |
85 |
206 |
242 |
156 |
436 |
211 |
219 |
148 |
298 |
104 |
132 |
583 |
365 |
157 |
679 |
203 |
49 |
268 |
61 |
308 |
51 |
84 |
164 |
| Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
| Milliseconds |
287 |
223 |
132 |
72 |
128 |
579 |
344 |
341 |
95 |
466 |
177 |
85 |
187 |
82 |
206 |
68 |
406 |
228 |
63 |
192 |
329 |
174 |
300 |
267 |
66 |
| Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
r |
-r |
e |
r |
' |
) |
| Milliseconds |
255 |
146 |
116 |
140 |
147 |
205 |
95 |
174 |
107 |
222 |
212 |
120 |
128 |
173 |
99 |
376 |
167 |
196 |
107 |
208 |
360 |
280 |
108 |
693 |
453 |
| Character |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
| Milliseconds |
264 |
189 |
270 |
177 |
199 |
151 |
264 |
89 |
354 |
241 |
40 |
730 |
285 |
413 |
238 |
214 |
572 |
162 |
80 |
133 |
180 |
75 |
348 |
89 |
197 |
| Character |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
| Milliseconds |
232 |
165 |
258 |
311 |
258 |
134 |
241 |
117 |
268 |
102 |
279 |
234 |
401 |
191 |
150 |
232 |
174 |
471 |
365 |
417 |
154 |
370 |
119 |
262 |
135 |
| Character |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
| Milliseconds |
181 |
205 |
75 |
322 |
527 |
208 |
209 |
85 |
150 |
65 |
164 |
59 |
161 |
248 |
357 |
153 |
165 |
148 |
528 |
203 |
68 |
172 |
241 |
198 |
102 |
| Character |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
| Milliseconds |
202 |
161 |
77 |
101 |
195 |
41 |
96 |
203 |
117 |
165 |
182 |
397 |
150 |
111 |
248 |
31 |
168 |
145 |
64 |
58 |
112 |
171 |
191 |
59 |
543 |
| Character |
. |
' |
; |
|
} |
|
} |
| Milliseconds |
154 |
312 |
348 |
202 |
251 |
165 |
1066 |
|
| WPM Timing |
| Seconds |
WPM |
1.35 |
35.49 |
2.71 |
48.8 |
4.06 |
53.23 |
5.41 |
51.01 |
6.76 |
49.68 |
8.12 |
53.23 |
9.47 |
51.97 |
10.82 |
51.01 |
12.17 |
53.23 |
13.53 |
53.23 |
14.88 |
54.04 |
16.23 |
53.97 |
17.58 |
52.55 |
18.94 |
51.33 |
20.29 |
49.68 |
21.64 |
49.91 |
22.99 |
52.19 |
24.35 |
52.25 |
25.7 |
52.77 |
27.05 |
51.46 |
28.4 |
52.39 |
29.76 |
52.43 |
31.11 |
51.69 |
32.46 |
52.49 |
33.81 |
52.52 |
35.17 |
53.57 |
36.52 |
54.22 |
37.87 |
53.55 |
39.22 |
52.62 |
40.58 |
52.94 |
41.93 |
52.66 |
43.28 |
52.12 |
44.63 |
52.43 |
45.99 |
52.45 |
47.34 |
52.73 |
48.69 |
52.49 |
50.04 |
52.03 |
51.4 |
52.07 |
52.75 |
51.87 |
54.1 |
52.57 |
55.45 |
52.37 |
56.81 |
53.23 |
58.16 |
53.44 |
59.51 |
54.44 |
60.87 |
54.22 |
62.22 |
53.81 |
63.57 |
56.82 |
64.92 |
55.64 |
66.28 |
54.5 |
67.63 |
53.41 |
|