Official speed |
59.35 wpm (60.86 seconds elapsed during race) |
Without ending ping |
59.58 wpm (4,467 ms delay sending score to TypeRacer’s server) |
Timerless |
59.88 wpm (284 ms elapsed before first character typed; 56.11 seconds elapsed during race) |
Timerless minus one |
59.67 wpm, ignoring the first character typed |
Race Start |
September 17, 2024 9:14:44am UTC |
Race Finish |
September 17, 2024 9:15:45am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.0% |
Points |
45.50 |
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 calculate Area(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.maessage); 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 |
( |
Milliseconds |
284 |
130 |
193 |
106 |
200 |
27 |
70 |
73 |
148 |
190 |
120 |
57 |
199 |
87 |
180 |
132 |
97 |
75 |
183 |
488 |
279 |
193 |
75 |
159 |
456 |
Character |
w |
i |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
Milliseconds |
355 |
100 |
152 |
226 |
101 |
215 |
117 |
189 |
79 |
174 |
143 |
134 |
91 |
365 |
224 |
236 |
233 |
183 |
196 |
78 |
200 |
243 |
229 |
331 |
118 |
Character |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
Milliseconds |
167 |
89 |
129 |
104 |
96 |
101 |
433 |
160 |
115 |
204 |
98 |
146 |
204 |
118 |
230 |
244 |
418 |
253 |
116 |
140 |
157 |
99 |
114 |
246 |
178 |
Character |
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
Milliseconds |
242 |
167 |
146 |
296 |
490 |
284 |
129 |
351 |
218 |
638 |
485 |
218 |
124 |
107 |
99 |
414 |
179 |
226 |
210 |
191 |
184 |
119 |
190 |
110 |
111 |
Character |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
) |
-) |
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
114 |
138 |
90 |
109 |
68 |
100 |
244 |
147 |
403 |
354 |
193 |
115 |
119 |
86 |
138 |
243 |
337 |
237 |
259 |
198 |
126 |
89 |
167 |
650 |
96 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
277 |
116 |
84 |
155 |
339 |
281 |
180 |
326 |
139 |
449 |
797 |
281 |
172 |
118 |
247 |
118 |
111 |
86 |
70 |
174 |
459 |
333 |
51 |
104 |
332 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
192 |
260 |
204 |
77 |
216 |
208 |
221 |
162 |
117 |
213 |
87 |
108 |
110 |
141 |
83 |
83 |
68 |
90 |
96 |
179 |
178 |
165 |
100 |
217 |
101 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
Milliseconds |
269 |
779 |
612 |
193 |
374 |
242 |
314 |
151 |
396 |
136 |
107 |
237 |
83 |
363 |
326 |
423 |
282 |
241 |
217 |
393 |
87 |
85 |
87 |
106 |
110 |
Character |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
a |
Milliseconds |
136 |
144 |
244 |
200 |
160 |
427 |
328 |
235 |
274 |
102 |
102 |
98 |
657 |
224 |
147 |
256 |
231 |
398 |
588 |
396 |
155 |
168 |
195 |
190 |
73 |
Character |
-a |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
Milliseconds |
322 |
113 |
187 |
193 |
43 |
254 |
35 |
432 |
325 |
143 |
180 |
70 |
172 |
122 |
99 |
83 |
146 |
242 |
460 |
224 |
189 |
236 |
74 |
168 |
128 |
Character |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
Milliseconds |
134 |
215 |
189 |
70 |
119 |
124 |
150 |
135 |
116 |
98 |
109 |
181 |
148 |
84 |
229 |
120 |
206 |
152 |
85 |
73 |
148 |
150 |
72 |
75 |
141 |
Character |
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
108 |
125 |
66 |
87 |
209 |
272 |
337 |
328 |
232 |
214 |
215 |
|
WPM Timing |
Seconds |
WPM |
1.22 |
78.87 |
2.43 |
88.73 |
3.65 |
69.01 |
4.87 |
64.08 |
6.09 |
67.04 |
7.3 |
64.08 |
8.52 |
64.79 |
9.74 |
66.55 |
10.95 |
65.73 |
12.17 |
64.08 |
13.39 |
65.43 |
14.61 |
63.26 |
15.82 |
62.19 |
17.04 |
59.86 |
18.26 |
59.81 |
19.47 |
61.62 |
20.69 |
62.05 |
21.91 |
61.89 |
23.13 |
61.23 |
24.34 |
60.14 |
25.56 |
60.09 |
26.78 |
58.7 |
28 |
58.3 |
29.21 |
58.33 |
30.43 |
58.36 |
31.65 |
58.77 |
32.86 |
60.61 |
34.08 |
60.56 |
35.3 |
59.15 |
36.52 |
58.82 |
37.73 |
58.52 |
38.95 |
57.92 |
40.17 |
58.56 |
41.38 |
58.28 |
42.6 |
58.59 |
43.82 |
57.78 |
45.04 |
57.02 |
46.25 |
57.08 |
47.47 |
57.13 |
48.69 |
56.93 |
49.9 |
57.23 |
51.12 |
57.51 |
52.34 |
58.47 |
53.56 |
58.93 |
54.77 |
59.81 |
55.99 |
59.58 |
57.21 |
63.14 |
58.42 |
61.82 |
59.64 |
60.56 |
60.86 |
59.35 |
|