Official speed |
55.28 wpm (65.34 seconds elapsed during race) |
Without ending ping |
55.53 wpm (4,832 ms delay sending score to TypeRacer’s server) |
Timerless |
56.32 wpm (850 ms elapsed before first character typed; 59.66 seconds elapsed during race) |
Timerless minus one |
56.12 wpm, ignoring the first character typed |
Race Start |
March 28, 2025 11:51:53am UTC |
Race Finish |
March 28, 2025 11:52:58am UTC |
Outcome |
No win (3 of 3) |
Accuracy |
98.3% |
Points |
42.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) P{ try { avar area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() reeceived 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 |
850 |
117 |
163 |
118 |
216 |
121 |
0 |
195 |
0 |
191 |
173 |
0 |
176 |
173 |
101 |
216 |
124 |
571 |
0 |
271 |
143 |
153 |
349 |
200 |
210 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
P |
-P |
{ |
|
t |
r |
y |
|
{ |
|
a |
-a |
Milliseconds |
0 |
270 |
113 |
239 |
126 |
98 |
129 |
131 |
179 |
0 |
208 |
253 |
165 |
880 |
658 |
240 |
187 |
214 |
194 |
0 |
584 |
0 |
0 |
189 |
995 |
Character |
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
291 |
0 |
325 |
0 |
435 |
0 |
0 |
250 |
0 |
970 |
173 |
273 |
748 |
0 |
0 |
0 |
148 |
416 |
283 |
256 |
0 |
221 |
0 |
190 |
0 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
249 |
145 |
122 |
196 |
0 |
333 |
541 |
365 |
203 |
633 |
315 |
424 |
247 |
654 |
0 |
0 |
117 |
325 |
207 |
206 |
114 |
202 |
220 |
121 |
150 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
227 |
0 |
122 |
165 |
0 |
139 |
0 |
225 |
255 |
362 |
2033 |
158 |
233 |
124 |
145 |
147 |
143 |
176 |
124 |
119 |
223 |
77 |
0 |
58 |
187 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
93 |
121 |
81 |
107 |
297 |
263 |
463 |
222 |
86 |
298 |
215 |
283 |
0 |
194 |
63 |
152 |
99 |
120 |
0 |
163 |
297 |
237 |
109 |
87 |
372 |
Character |
) |
|
r |
e |
e |
-e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
Milliseconds |
150 |
173 |
298 |
101 |
317 |
585 |
222 |
115 |
153 |
95 |
151 |
677 |
0 |
0 |
0 |
0 |
0 |
148 |
0 |
182 |
288 |
0 |
218 |
143 |
249 |
Character |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
Milliseconds |
0 |
115 |
202 |
337 |
537 |
256 |
317 |
538 |
0 |
100 |
382 |
555 |
0 |
0 |
176 |
293 |
879 |
161 |
204 |
274 |
199 |
527 |
0 |
0 |
0 |
Character |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
Milliseconds |
353 |
0 |
0 |
107 |
228 |
190 |
326 |
111 |
259 |
225 |
275 |
134 |
108 |
139 |
183 |
242 |
180 |
1559 |
173 |
182 |
136 |
241 |
225 |
302 |
166 |
Character |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
Milliseconds |
184 |
149 |
282 |
183 |
144 |
196 |
109 |
513 |
520 |
152 |
252 |
69 |
232 |
176 |
0 |
154 |
85 |
222 |
467 |
302 |
226 |
132 |
108 |
0 |
186 |
Character |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
Milliseconds |
137 |
104 |
173 |
146 |
0 |
194 |
0 |
177 |
226 |
0 |
134 |
0 |
114 |
156 |
165 |
90 |
132 |
109 |
119 |
128 |
0 |
170 |
99 |
0 |
247 |
Character |
a |
r |
e |
a |
. |
' |
: |
-: |
; |
|
} |
} |
-} |
|
} |
Milliseconds |
0 |
145 |
46 |
244 |
103 |
628 |
411 |
597 |
244 |
133 |
330 |
529 |
647 |
128 |
284 |
|
WPM Timing |
Seconds |
WPM |
1.31 |
36.73 |
2.61 |
68.87 |
3.92 |
64.28 |
5.23 |
64.28 |
6.53 |
66.12 |
7.84 |
58.16 |
9.15 |
56.41 |
10.45 |
52.8 |
11.76 |
51.02 |
13.07 |
50.5 |
14.37 |
51.76 |
15.68 |
52.8 |
16.99 |
54.39 |
18.3 |
52.47 |
19.6 |
50.81 |
20.91 |
51.08 |
22.22 |
52.94 |
23.52 |
54.08 |
24.83 |
51.23 |
26.14 |
50.5 |
27.44 |
52.91 |
28.75 |
53.01 |
30.06 |
53.5 |
31.36 |
55.1 |
32.67 |
55.1 |
33.98 |
54.04 |
35.28 |
55.78 |
36.59 |
56.41 |
37.9 |
55.73 |
39.2 |
55.1 |
40.51 |
54.8 |
41.82 |
54.52 |
43.12 |
55.65 |
44.43 |
55.64 |
45.74 |
55.36 |
47.04 |
54.33 |
48.35 |
54.35 |
49.66 |
54.61 |
50.97 |
54.39 |
52.27 |
54.64 |
53.58 |
55.1 |
54.89 |
56.41 |
56.19 |
57.87 |
57.5 |
57.39 |
58.81 |
56.52 |
60.11 |
55.5 |
61.42 |
58.81 |
62.73 |
57.58 |
64.03 |
56.41 |
65.34 |
55.28 |
|