Official speed |
47.73 wpm (75.68 seconds elapsed during race) |
Without ending ping |
47.89 wpm (5,518 ms delay sending score to TypeRacer’s server) |
Timerless |
48.22 wpm (471 ms elapsed before first character typed; 69.69 seconds elapsed during race) |
Timerless minus one |
48.04 wpm, ignoring the first character typed |
Race Start |
August 9, 2023 7:31:24am UTC |
Race Finish |
August 9, 2023 7:32:40am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.3% |
Points |
36.60 |
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 * theight; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We weeerre 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 |
471 |
202 |
205 |
246 |
226 |
87 |
115 |
80 |
126 |
193 |
134 |
111 |
617 |
98 |
169 |
118 |
131 |
119 |
361 |
223 |
92 |
198 |
301 |
379 |
509 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
457 |
173 |
200 |
233 |
155 |
433 |
127 |
458 |
307 |
222 |
170 |
761 |
391 |
304 |
398 |
219 |
113 |
141 |
283 |
251 |
195 |
498 |
159 |
187 |
169 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
t |
-t |
h |
e |
i |
g |
h |
t |
; |
|
Milliseconds |
169 |
133 |
104 |
149 |
214 |
165 |
177 |
393 |
77 |
237 |
341 |
182 |
283 |
538 |
187 |
320 |
327 |
53 |
178 |
224 |
164 |
182 |
197 |
340 |
155 |
Character |
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
Milliseconds |
184 |
196 |
171 |
318 |
394 |
365 |
135 |
722 |
367 |
402 |
442 |
352 |
230 |
97 |
145 |
302 |
142 |
281 |
251 |
391 |
343 |
90 |
155 |
113 |
114 |
Character |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
Milliseconds |
139 |
172 |
160 |
122 |
100 |
133 |
282 |
542 |
260 |
369 |
197 |
186 |
264 |
131 |
207 |
875 |
333 |
333 |
175 |
245 |
114 |
193 |
228 |
242 |
186 |
Character |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
Milliseconds |
160 |
274 |
337 |
237 |
219 |
131 |
39 |
538 |
299 |
429 |
140 |
201 |
567 |
135 |
171 |
116 |
145 |
113 |
319 |
201 |
88 |
116 |
306 |
178 |
222 |
Character |
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
Milliseconds |
298 |
112 |
133 |
102 |
302 |
216 |
242 |
153 |
186 |
168 |
88 |
216 |
93 |
203 |
105 |
174 |
255 |
173 |
113 |
123 |
201 |
127 |
86 |
202 |
953 |
Character |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
Milliseconds |
204 |
274 |
702 |
204 |
335 |
153 |
353 |
160 |
229 |
201 |
106 |
627 |
342 |
315 |
396 |
420 |
419 |
131 |
134 |
101 |
140 |
127 |
137 |
113 |
128 |
Character |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
Milliseconds |
168 |
78 |
181 |
294 |
237 |
204 |
424 |
119 |
142 |
93 |
293 |
297 |
196 |
457 |
215 |
554 |
156 |
1136 |
288 |
369 |
346 |
286 |
105 |
573 |
164 |
Character |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
e |
-e |
e |
r |
-r |
-e |
Milliseconds |
144 |
543 |
143 |
402 |
401 |
284 |
278 |
94 |
150 |
146 |
92 |
116 |
183 |
183 |
783 |
256 |
206 |
355 |
148 |
289 |
336 |
370 |
95 |
224 |
126 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
92 |
169 |
220 |
400 |
114 |
122 |
236 |
120 |
118 |
104 |
170 |
72 |
119 |
289 |
99 |
99 |
511 |
183 |
97 |
120 |
119 |
118 |
133 |
227 |
151 |
Character |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
141 |
211 |
177 |
123 |
123 |
196 |
237 |
398 |
401 |
440 |
890 |
420 |
427 |
|
WPM Timing |
Seconds |
WPM |
1.51 |
47.57 |
3.03 |
55.5 |
4.54 |
58.14 |
6.05 |
51.54 |
7.57 |
50.74 |
9.08 |
47.57 |
10.59 |
46.44 |
12.11 |
46.58 |
13.62 |
49.33 |
15.14 |
49.16 |
16.65 |
47.57 |
18.16 |
48.23 |
19.68 |
48.18 |
21.19 |
46.44 |
22.7 |
46.51 |
24.22 |
46.08 |
25.73 |
48.5 |
27.24 |
48.01 |
28.76 |
47.15 |
30.27 |
47.57 |
31.78 |
47.57 |
33.3 |
47.57 |
34.81 |
47.57 |
36.32 |
48.23 |
37.84 |
48.84 |
39.35 |
49.71 |
40.86 |
50.51 |
42.38 |
49.55 |
43.89 |
49.21 |
45.41 |
48.89 |
46.92 |
48.34 |
48.43 |
49.55 |
49.95 |
49.73 |
51.46 |
49.67 |
52.97 |
48.7 |
54.49 |
48.23 |
56 |
48 |
57.51 |
47.78 |
59.03 |
48.18 |
60.54 |
47.97 |
62.05 |
47.18 |
63.57 |
47.57 |
65.08 |
47.94 |
66.59 |
48.65 |
68.11 |
48.63 |
69.62 |
47.92 |
71.14 |
50.78 |
72.65 |
49.72 |
74.16 |
48.7 |
75.68 |
47.73 |
|