Official speed |
37.38 wpm (96.63 seconds elapsed during race) |
Without ending ping |
37.69 wpm (7,469 ms delay sending score to TypeRacer’s server) |
Timerless |
39.23 wpm (3,516 ms elapsed before first character typed; 85.64 seconds elapsed during race) |
Timerless minus one |
39.09 wpm, ignoring the first character typed |
Race Start |
May 23, 2023 12:16:10pm UTC |
Race Finish |
May 23, 2023 12:17:47pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
95.6% |
Points |
28.66 |
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 (!is NanN(area)) { returnj area; } else { throw new Eororror( 'calculateArea() received invalid number'); } } catch (e) { console.log(e.name + ' ' + e. message) ; return 'We were wuunable 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 |
3516 |
99 |
173 |
6 |
195 |
95 |
438 |
81 |
134 |
334 |
126 |
129 |
404 |
130 |
279 |
75 |
119 |
144 |
122 |
551 |
486 |
240 |
63 |
146 |
190 |
Character |
- |
( |
w |
i |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
Milliseconds |
284 |
474 |
307 |
97 |
208 |
207 |
201 |
229 |
107 |
171 |
84 |
104 |
171 |
96 |
73 |
835 |
148 |
1009 |
552 |
173 |
145 |
142 |
166 |
775 |
147 |
Character |
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
289 |
89 |
119 |
135 |
212 |
68 |
120 |
279 |
468 |
679 |
107 |
398 |
90 |
274 |
159 |
52 |
133 |
836 |
121 |
750 |
69 |
85 |
134 |
106 |
57 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
|
- |
N |
a |
n |
-n |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
Milliseconds |
332 |
145 |
247 |
115 |
82 |
707 |
927 |
466 |
122 |
73 |
343 |
215 |
163 |
524 |
289 |
206 |
856 |
371 |
58 |
207 |
341 |
820 |
442 |
253 |
863 |
Character |
|
r |
e |
t |
u |
r |
n |
j |
|
- |
-j |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
Milliseconds |
154 |
250 |
130 |
157 |
127 |
54 |
141 |
0 |
123 |
324 |
116 |
152 |
228 |
79 |
159 |
265 |
290 |
229 |
719 |
112 |
510 |
101 |
109 |
130 |
119 |
Character |
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
E |
o |
-o |
r |
o |
r |
-r |
-o |
r |
o |
r |
( |
|
Milliseconds |
1336 |
98 |
587 |
48 |
218 |
103 |
164 |
109 |
275 |
38 |
208 |
79 |
592 |
291 |
370 |
130 |
125 |
203 |
216 |
129 |
142 |
87 |
110 |
972 |
176 |
Character |
- |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
Milliseconds |
415 |
992 |
496 |
106 |
126 |
369 |
174 |
206 |
79 |
110 |
140 |
532 |
124 |
101 |
255 |
578 |
250 |
295 |
219 |
93 |
211 |
245 |
138 |
287 |
118 |
Character |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
Milliseconds |
180 |
84 |
150 |
75 |
137 |
103 |
149 |
190 |
100 |
104 |
223 |
220 |
221 |
62 |
188 |
68 |
516 |
1332 |
683 |
269 |
842 |
164 |
485 |
140 |
329 |
Character |
a |
t |
c |
h |
|
- |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
Milliseconds |
175 |
160 |
334 |
96 |
154 |
394 |
313 |
710 |
739 |
148 |
1058 |
115 |
518 |
73 |
97 |
408 |
114 |
157 |
105 |
299 |
312 |
177 |
48 |
882 |
333 |
Character |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
|
- |
m |
e |
s |
s |
a |
g |
e |
Milliseconds |
864 |
417 |
40 |
130 |
15 |
270 |
708 |
150 |
782 |
186 |
524 |
124 |
1009 |
538 |
260 |
593 |
290 |
412 |
221 |
62 |
201 |
165 |
155 |
139 |
145 |
Character |
) |
|
- |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
w |
u |
-u |
-w |
Milliseconds |
822 |
208 |
324 |
317 |
162 |
159 |
89 |
171 |
114 |
52 |
157 |
126 |
1416 |
833 |
142 |
360 |
281 |
114 |
80 |
135 |
96 |
147 |
201 |
209 |
328 |
Character |
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
Milliseconds |
218 |
214 |
288 |
159 |
58 |
157 |
76 |
109 |
63 |
107 |
348 |
135 |
38 |
275 |
138 |
232 |
68 |
103 |
120 |
85 |
143 |
81 |
70 |
70 |
194 |
Character |
r |
e |
a |
. |
' |
; |
|
} |
|
] |
|
- |
-] |
" |
-" |
} |
Milliseconds |
31 |
169 |
114 |
487 |
769 |
1073 |
471 |
758 |
419 |
149 |
199 |
300 |
252 |
289 |
547 |
789 |
|
WPM Timing |
Seconds |
WPM |
1.93 |
0 |
3.87 |
12.42 |
5.8 |
26.91 |
7.73 |
29.49 |
9.66 |
32.29 |
11.6 |
37.26 |
13.53 |
34.59 |
15.46 |
35.7 |
17.39 |
37.95 |
19.33 |
39.12 |
21.26 |
40.08 |
23.19 |
39.84 |
25.12 |
39.17 |
27.06 |
37.26 |
28.99 |
36.84 |
30.92 |
37.26 |
32.85 |
37.99 |
34.79 |
38.29 |
36.72 |
37.58 |
38.65 |
38.81 |
40.58 |
38.14 |
42.52 |
36.97 |
44.45 |
36.99 |
46.38 |
37.51 |
48.31 |
38.25 |
50.25 |
39.88 |
52.18 |
39.56 |
54.11 |
38.81 |
56.04 |
38.97 |
57.98 |
38.5 |
59.91 |
38.06 |
61.84 |
38.42 |
63.78 |
38.2 |
65.71 |
38.17 |
67.64 |
38.14 |
69.57 |
37.6 |
71.51 |
37.59 |
73.44 |
37.26 |
75.37 |
37.57 |
77.3 |
37.26 |
79.24 |
37.41 |
81.17 |
38.29 |
83.1 |
39.42 |
85.03 |
38.95 |
86.97 |
38.5 |
88.9 |
37.66 |
90.83 |
39.77 |
92.76 |
38.94 |
94.7 |
38.14 |
96.63 |
37.38 |
|