Official speed |
47.47 wpm (76.09 seconds elapsed during race) |
Without ending ping |
47.67 wpm (5,599 ms delay sending score to TypeRacer’s server) |
Timerless |
47.88 wpm (318 ms elapsed before first character typed; 70.17 seconds elapsed during race) |
Timerless minus one |
47.71 wpm, ignoring the first character typed |
Race Start |
April 25, 2024 12:53:29pm UTC |
Race Finish |
April 25, 2024 12:54:45pm UTC |
Outcome |
No win (3 of 3) |
Accuracy |
97.0% |
Points |
36.39 |
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 (!is NaN(aresa)) { return area; } else { throw new Error("'calculateArea() recieived invalid number'); } } catch(e) { console.log(e.name + ' ' + e.message); return 'We were unavbel le to calcuallate 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 |
318 |
675 |
418 |
195 |
246 |
82 |
84 |
134 |
178 |
131 |
118 |
113 |
510 |
133 |
120 |
168 |
199 |
185 |
433 |
302 |
109 |
450 |
344 |
351 |
137 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
177 |
480 |
117 |
237 |
182 |
274 |
120 |
119 |
117 |
118 |
165 |
409 |
189 |
305 |
209 |
326 |
227 |
142 |
116 |
304 |
412 |
146 |
174 |
345 |
121 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
213 |
161 |
92 |
187 |
185 |
273 |
131 |
164 |
168 |
238 |
209 |
89 |
200 |
556 |
133 |
701 |
113 |
295 |
199 |
80 |
154 |
234 |
124 |
135 |
124 |
Character |
|
( |
! |
i |
s |
|
- |
N |
a |
N |
( |
a |
r |
e |
s |
-s |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
115 |
210 |
346 |
362 |
105 |
133 |
447 |
238 |
221 |
330 |
254 |
306 |
189 |
107 |
180 |
505 |
70 |
320 |
181 |
116 |
242 |
185 |
590 |
103 |
205 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
156 |
151 |
135 |
93 |
157 |
152 |
82 |
164 |
418 |
43 |
358 |
276 |
173 |
161 |
135 |
91 |
526 |
211 |
183 |
241 |
108 |
147 |
147 |
168 |
129 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
" |
-" |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
Milliseconds |
222 |
95 |
164 |
234 |
480 |
269 |
202 |
105 |
320 |
440 |
366 |
424 |
249 |
124 |
213 |
329 |
576 |
228 |
137 |
59 |
265 |
208 |
549 |
298 |
123 |
Character |
a |
( |
) |
|
r |
e |
c |
i |
-i |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
Milliseconds |
416 |
303 |
169 |
163 |
255 |
76 |
589 |
120 |
592 |
104 |
200 |
135 |
159 |
219 |
76 |
152 |
127 |
244 |
329 |
141 |
107 |
112 |
216 |
207 |
224 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
235 |
139 |
316 |
97 |
461 |
645 |
503 |
119 |
243 |
157 |
220 |
127 |
187 |
117 |
249 |
487 |
160 |
392 |
260 |
352 |
162 |
218 |
167 |
363 |
91 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
169 |
142 |
143 |
194 |
120 |
147 |
250 |
217 |
111 |
589 |
243 |
201 |
327 |
137 |
113 |
134 |
305 |
300 |
370 |
184 |
219 |
452 |
129 |
315 |
155 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
155 |
194 |
268 |
164 |
236 |
210 |
137 |
120 |
167 |
310 |
502 |
77 |
308 |
155 |
391 |
176 |
150 |
157 |
167 |
432 |
329 |
406 |
147 |
185 |
121 |
Character |
r |
e |
|
u |
n |
a |
v |
-v |
b |
e |
l |
|
- |
-l |
-e |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
Milliseconds |
659 |
108 |
185 |
236 |
226 |
251 |
204 |
547 |
98 |
214 |
92 |
172 |
400 |
203 |
181 |
303 |
116 |
138 |
161 |
116 |
115 |
464 |
141 |
115 |
464 |
Character |
u |
a |
l |
-l |
-a |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
] |
-] |
} |
Milliseconds |
142 |
115 |
34 |
549 |
167 |
246 |
167 |
158 |
264 |
119 |
296 |
135 |
164 |
185 |
231 |
115 |
85 |
136 |
181 |
319 |
368 |
181 |
218 |
615 |
1312 |
Character |
|
} |
Milliseconds |
455 |
227 |
|
WPM Timing |
Seconds |
WPM |
1.52 |
23.66 |
3.04 |
47.31 |
4.57 |
49.94 |
6.09 |
47.31 |
7.61 |
48.89 |
9.13 |
49.94 |
10.65 |
50.69 |
12.17 |
52.24 |
13.7 |
53.45 |
15.22 |
51.25 |
16.74 |
53.05 |
18.26 |
52.57 |
19.78 |
50.95 |
21.31 |
50.13 |
22.83 |
49.94 |
24.35 |
51.25 |
25.87 |
51.95 |
27.39 |
52.57 |
28.91 |
52.29 |
30.44 |
51.65 |
31.96 |
50.69 |
33.48 |
50.54 |
35 |
50.06 |
36.52 |
49.61 |
38.05 |
50.15 |
39.57 |
50.35 |
41.09 |
50.23 |
42.61 |
49.85 |
44.13 |
50.03 |
45.65 |
49.94 |
47.18 |
50.36 |
48.7 |
50.27 |
50.22 |
50.18 |
51.74 |
50.33 |
53.26 |
50.69 |
54.78 |
50.6 |
56.31 |
50.51 |
57.83 |
50.22 |
59.35 |
50.14 |
60.87 |
49.09 |
62.39 |
49.04 |
63.92 |
48.81 |
65.44 |
48.6 |
66.96 |
49.1 |
68.48 |
48.54 |
70 |
47.66 |
71.52 |
50.5 |
73.05 |
49.45 |
74.57 |
48.44 |
76.09 |
47.47 |
|