| Official speed |
56.51 wpm (63.92 seconds elapsed during race) |
| Without ending ping |
56.83 wpm (4,798 ms delay sending score to TypeRacer’s server) |
| Timerless |
57.73 wpm (918 ms elapsed before first character typed; 58.20 seconds elapsed during race) |
| Timerless minus one |
57.52 wpm, ignoring the first character typed |
| Race Start |
October 17, 2024 8:39:30pm UTC |
| Race Finish |
October 17, 2024 8:40:34pm UTC |
| Outcome |
Win (1 of 3) |
| Accuracy |
100.0% |
| Points |
43.33 |
| 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('calculateArea() received 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 |
918 |
137 |
272 |
187 |
165 |
124 |
60 |
55 |
161 |
208 |
99 |
137 |
171 |
124 |
176 |
111 |
160 |
80 |
426 |
809 |
78 |
156 |
414 |
234 |
72 |
| Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
| Milliseconds |
182 |
226 |
91 |
262 |
104 |
164 |
103 |
90 |
642 |
421 |
349 |
366 |
179 |
254 |
131 |
178 |
219 |
81 |
90 |
279 |
161 |
285 |
69 |
189 |
117 |
| Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
| Milliseconds |
195 |
141 |
60 |
160 |
197 |
113 |
116 |
367 |
63 |
163 |
226 |
61 |
180 |
195 |
97 |
173 |
88 |
148 |
300 |
63 |
160 |
256 |
109 |
187 |
87 |
| Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
| Milliseconds |
109 |
695 |
1368 |
549 |
71 |
260 |
287 |
235 |
266 |
579 |
165 |
58 |
231 |
265 |
155 |
137 |
231 |
155 |
133 |
61 |
149 |
83 |
158 |
52 |
139 |
| Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
| Milliseconds |
158 |
137 |
67 |
203 |
170 |
188 |
216 |
155 |
178 |
183 |
238 |
91 |
166 |
205 |
182 |
175 |
76 |
153 |
125 |
246 |
177 |
201 |
63 |
94 |
126 |
| Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
| Milliseconds |
301 |
179 |
142 |
58 |
558 |
444 |
409 |
218 |
163 |
92 |
154 |
106 |
140 |
118 |
222 |
68 |
530 |
183 |
63 |
132 |
325 |
139 |
150 |
320 |
51 |
| Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
| Milliseconds |
274 |
169 |
93 |
152 |
205 |
173 |
117 |
170 |
54 |
263 |
188 |
119 |
185 |
90 |
155 |
189 |
172 |
183 |
144 |
179 |
79 |
988 |
680 |
389 |
201 |
| Character |
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
| Milliseconds |
233 |
166 |
203 |
147 |
233 |
121 |
175 |
231 |
52 |
337 |
298 |
295 |
186 |
924 |
199 |
161 |
91 |
139 |
367 |
49 |
178 |
103 |
149 |
197 |
189 |
| Character |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
| Milliseconds |
136 |
402 |
294 |
674 |
303 |
95 |
120 |
103 |
230 |
277 |
123 |
241 |
150 |
131 |
172 |
266 |
297 |
605 |
153 |
328 |
136 |
227 |
139 |
265 |
201 |
| Character |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
| Milliseconds |
57 |
442 |
516 |
198 |
163 |
70 |
412 |
83 |
190 |
94 |
226 |
282 |
333 |
547 |
195 |
143 |
159 |
145 |
118 |
158 |
155 |
197 |
108 |
197 |
227 |
| Character |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
| Milliseconds |
54 |
130 |
194 |
59 |
91 |
257 |
136 |
169 |
180 |
148 |
666 |
143 |
260 |
64 |
157 |
160 |
63 |
106 |
126 |
446 |
174 |
753 |
174 |
154 |
241 |
| Character |
; |
|
} |
|
} |
| Milliseconds |
286 |
195 |
202 |
198 |
117 |
|
| WPM Timing |
| Seconds |
WPM |
1.28 |
18.77 |
2.56 |
56.32 |
3.84 |
59.45 |
5.11 |
51.63 |
6.39 |
54.44 |
7.67 |
53.19 |
8.95 |
50.96 |
10.23 |
53.98 |
11.51 |
56.32 |
12.78 |
58.2 |
14.06 |
60.59 |
15.34 |
59.45 |
16.62 |
55.6 |
17.9 |
54.31 |
19.18 |
53.19 |
20.45 |
53.98 |
21.73 |
56.87 |
23.01 |
57.37 |
24.29 |
58.3 |
25.57 |
59.14 |
26.85 |
58.11 |
28.12 |
58.46 |
29.4 |
58.77 |
30.68 |
58.67 |
31.96 |
59.7 |
33.24 |
59.93 |
34.52 |
59.45 |
35.79 |
58 |
37.07 |
57.94 |
38.35 |
58.2 |
39.63 |
56.93 |
40.91 |
57.5 |
42.19 |
57.46 |
43.46 |
56.87 |
44.74 |
57.13 |
46.02 |
56.58 |
47.3 |
56.58 |
48.58 |
56.08 |
49.86 |
56.56 |
51.13 |
55.85 |
52.41 |
56.32 |
53.69 |
56.99 |
54.97 |
56.76 |
56.25 |
57.39 |
57.53 |
56.53 |
58.8 |
56.53 |
60.08 |
60.12 |
61.36 |
58.86 |
62.64 |
57.66 |
63.92 |
56.51 |
|