Official speed |
46.99 wpm (76.87 seconds elapsed during race) |
Without ending ping |
47.17 wpm (5,633 ms delay sending score to TypeRacer’s server) |
Timerless |
47.56 wpm (589 ms elapsed before first character typed; 70.65 seconds elapsed during race) |
Timerless minus one |
47.39 wpm, ignoring the first character typed |
Race Start |
August 21, 2024 4:59:24pm UTC |
Race Finish |
August 21, 2024 5:00:41pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
36.03 |
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 (!isNaN(area)) { return area; } else { throw new Error("c'calculateArea() received invalid number'):; } } catch(e) { console.log(e.name + ' ' + e.message); return ' We were unable to calculate tehthe 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 |
589 |
233 |
228 |
168 |
192 |
128 |
103 |
132 |
222 |
188 |
132 |
156 |
328 |
274 |
207 |
174 |
182 |
167 |
474 |
449 |
153 |
169 |
565 |
277 |
122 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
178 |
148 |
117 |
237 |
176 |
223 |
173 |
100 |
113 |
82 |
115 |
355 |
170 |
284 |
168 |
177 |
323 |
158 |
148 |
670 |
150 |
153 |
88 |
173 |
152 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
213 |
237 |
97 |
98 |
203 |
526 |
158 |
267 |
155 |
266 |
186 |
128 |
132 |
749 |
234 |
761 |
253 |
111 |
142 |
88 |
113 |
171 |
154 |
125 |
129 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
85 |
469 |
914 |
652 |
307 |
405 |
681 |
350 |
990 |
236 |
198 |
100 |
142 |
460 |
209 |
167 |
280 |
156 |
192 |
138 |
129 |
126 |
90 |
156 |
126 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
135 |
348 |
100 |
86 |
262 |
143 |
1164 |
329 |
224 |
117 |
129 |
136 |
186 |
957 |
140 |
163 |
117 |
127 |
126 |
130 |
69 |
176 |
153 |
146 |
233 |
Character |
E |
r |
r |
o |
r |
( |
" |
c |
-c |
-" |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
423 |
796 |
118 |
122 |
120 |
617 |
254 |
295 |
393 |
139 |
330 |
459 |
175 |
191 |
258 |
103 |
169 |
111 |
192 |
143 |
439 |
384 |
82 |
116 |
424 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
218 |
186 |
191 |
134 |
264 |
325 |
196 |
126 |
177 |
168 |
196 |
43 |
193 |
96 |
86 |
136 |
188 |
150 |
107 |
145 |
239 |
244 |
182 |
189 |
107 |
Character |
' |
) |
: |
-: |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
Milliseconds |
660 |
445 |
604 |
479 |
421 |
316 |
283 |
262 |
222 |
481 |
271 |
130 |
161 |
235 |
124 |
500 |
225 |
401 |
281 |
276 |
268 |
604 |
162 |
103 |
132 |
Character |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
Milliseconds |
176 |
177 |
103 |
167 |
297 |
227 |
117 |
441 |
310 |
983 |
227 |
125 |
109 |
131 |
132 |
539 |
203 |
798 |
173 |
195 |
189 |
717 |
263 |
547 |
269 |
Character |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
|
- |
W |
e |
|
w |
e |
Milliseconds |
251 |
122 |
378 |
120 |
172 |
213 |
154 |
479 |
547 |
101 |
224 |
171 |
138 |
149 |
97 |
171 |
136 |
882 |
198 |
382 |
343 |
333 |
123 |
161 |
211 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
e |
Milliseconds |
164 |
67 |
144 |
143 |
233 |
130 |
147 |
118 |
120 |
117 |
122 |
161 |
117 |
298 |
112 |
257 |
203 |
194 |
319 |
150 |
155 |
148 |
152 |
533 |
134 |
Character |
h |
-t |
-e |
-h |
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
113 |
489 |
0 |
0 |
536 |
135 |
78 |
106 |
145 |
138 |
52 |
156 |
165 |
356 |
372 |
140 |
239 |
183 |
144 |
|
WPM Timing |
Seconds |
WPM |
1.54 |
39.03 |
3.07 |
54.64 |
4.61 |
49.44 |
6.15 |
48.79 |
7.69 |
56.2 |
9.22 |
54.64 |
10.76 |
54.64 |
12.3 |
54.64 |
13.84 |
54.64 |
15.37 |
51.52 |
16.91 |
53.93 |
18.45 |
50.74 |
19.99 |
48.64 |
21.52 |
46.83 |
23.06 |
47.35 |
24.6 |
49.27 |
26.13 |
48.67 |
27.67 |
49 |
29.21 |
48.48 |
30.75 |
49.18 |
32.28 |
48.32 |
33.82 |
46.83 |
35.36 |
47.17 |
36.9 |
47.16 |
38.43 |
47.46 |
39.97 |
48.94 |
41.51 |
49.44 |
43.05 |
48.23 |
44.58 |
47.37 |
46.12 |
47.35 |
47.66 |
47.09 |
49.2 |
46.83 |
50.73 |
47.54 |
52.27 |
46.6 |
53.81 |
46.83 |
55.34 |
46.62 |
56.88 |
45.99 |
58.42 |
46.42 |
59.96 |
46.23 |
61.49 |
46.05 |
63.03 |
45.69 |
64.57 |
46.65 |
66.11 |
47.2 |
67.64 |
47.01 |
69.18 |
46.66 |
70.72 |
47 |
72.26 |
49.99 |
73.79 |
48.95 |
75.33 |
47.95 |
76.87 |
46.99 |
|