Official speed |
74.38 wpm (48.56 seconds elapsed during race) |
Without ending ping |
74.79 wpm (3,636 ms delay sending score to TypeRacer’s server) |
Timerless |
75.63 wpm (499 ms elapsed before first character typed; 44.43 seconds elapsed during race) |
Timerless minus one |
75.36 wpm, ignoring the first character typed |
Race Start |
August 10, 2023 6:10:22am UTC |
Race Finish |
August 10, 2023 6:11:10am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
97.7% |
Points |
57.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 |
funciton ction calculate Area(width, height) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error'('caulclculateArea() received invalid number'); } } catch(e) { console.log(e.name =+ ' ' + eme.message); return 'We were unable to calculate the area.'; } } |
Timing |
Character |
f |
u |
n |
c |
i |
t |
o |
n |
|
- |
-n |
-o |
-t |
-i |
-c |
c |
t |
i |
o |
n |
|
c |
a |
l |
c |
Milliseconds |
499 |
216 |
211 |
51 |
87 |
27 |
66 |
46 |
153 |
375 |
134 |
117 |
131 |
122 |
238 |
489 |
148 |
85 |
46 |
54 |
189 |
125 |
82 |
22 |
146 |
Character |
u |
l |
a |
t |
e |
|
- |
A |
r |
e |
a |
( |
w |
i |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
96 |
127 |
31 |
107 |
60 |
127 |
602 |
275 |
151 |
50 |
90 |
281 |
165 |
117 |
111 |
71 |
37 |
198 |
147 |
237 |
135 |
104 |
95 |
91 |
73 |
Character |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
Milliseconds |
220 |
150 |
200 |
123 |
101 |
154 |
42 |
92 |
180 |
119 |
284 |
69 |
128 |
110 |
103 |
116 |
52 |
68 |
110 |
142 |
109 |
98 |
104 |
104 |
52 |
Character |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
Milliseconds |
51 |
112 |
186 |
73 |
169 |
102 |
79 |
94 |
52 |
95 |
119 |
113 |
98 |
60 |
71 |
176 |
388 |
656 |
69 |
285 |
223 |
282 |
267 |
234 |
130 |
Character |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
Milliseconds |
51 |
80 |
280 |
134 |
218 |
201 |
132 |
157 |
78 |
109 |
53 |
125 |
90 |
137 |
151 |
119 |
33 |
63 |
153 |
106 |
185 |
114 |
153 |
128 |
69 |
Character |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
' |
-' |
( |
' |
c |
a |
Milliseconds |
76 |
98 |
178 |
71 |
131 |
91 |
71 |
94 |
67 |
112 |
146 |
33 |
65 |
80 |
226 |
167 |
173 |
86 |
69 |
360 |
335 |
165 |
318 |
156 |
94 |
Character |
u |
l |
c |
-c |
-l |
-u |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
Milliseconds |
136 |
159 |
92 |
313 |
135 |
132 |
343 |
113 |
122 |
112 |
87 |
100 |
67 |
253 |
113 |
36 |
76 |
272 |
36 |
185 |
122 |
48 |
210 |
173 |
74 |
Character |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
Milliseconds |
100 |
53 |
163 |
39 |
142 |
60 |
77 |
42 |
85 |
45 |
54 |
114 |
124 |
143 |
172 |
53 |
155 |
89 |
418 |
291 |
268 |
197 |
163 |
164 |
248 |
Character |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
Milliseconds |
216 |
136 |
114 |
61 |
141 |
152 |
493 |
223 |
386 |
193 |
182 |
126 |
122 |
80 |
41 |
86 |
89 |
155 |
55 |
134 |
196 |
192 |
121 |
214 |
560 |
Character |
. |
n |
a |
m |
e |
|
= |
-= |
+ |
|
' |
|
' |
|
+ |
|
e |
m |
e |
-e |
-m |
. |
m |
e |
s |
Milliseconds |
157 |
228 |
75 |
103 |
58 |
203 |
322 |
349 |
201 |
117 |
225 |
141 |
152 |
182 |
296 |
197 |
260 |
295 |
140 |
208 |
128 |
200 |
39 |
82 |
84 |
Character |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
Milliseconds |
123 |
205 |
88 |
58 |
265 |
294 |
177 |
157 |
70 |
118 |
93 |
78 |
94 |
83 |
131 |
270 |
132 |
173 |
227 |
109 |
32 |
121 |
74 |
116 |
206 |
Character |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
Milliseconds |
52 |
72 |
63 |
110 |
111 |
83 |
55 |
92 |
147 |
70 |
64 |
139 |
67 |
131 |
66 |
82 |
56 |
57 |
132 |
69 |
114 |
202 |
120 |
86 |
58 |
Character |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
67 |
247 |
326 |
574 |
225 |
171 |
220 |
193 |
|
WPM Timing |
Seconds |
WPM |
0.97 |
37.07 |
1.94 |
18.53 |
2.91 |
12.36 |
3.88 |
40.16 |
4.86 |
44.48 |
5.83 |
45.3 |
6.8 |
52.95 |
7.77 |
57.14 |
8.74 |
61.78 |
9.71 |
65.48 |
10.68 |
70.76 |
11.65 |
74.13 |
12.63 |
74.13 |
13.6 |
71.49 |
14.57 |
70.01 |
15.54 |
70.27 |
16.51 |
72.68 |
17.48 |
74.13 |
18.45 |
76.08 |
19.42 |
77.84 |
20.4 |
76.49 |
21.37 |
75.26 |
22.34 |
71.98 |
23.31 |
72.59 |
24.28 |
73.64 |
25.25 |
75.08 |
26.22 |
77.34 |
27.19 |
76.34 |
28.17 |
75.41 |
29.14 |
75.78 |
30.11 |
74.13 |
31.08 |
75.29 |
32.05 |
75.26 |
33.02 |
74.13 |
33.99 |
73.78 |
34.96 |
73.1 |
35.94 |
72.8 |
36.91 |
71.21 |
37.88 |
71.92 |
38.85 |
72.28 |
39.82 |
72.32 |
40.79 |
73.54 |
41.76 |
74.71 |
42.73 |
75.54 |
43.71 |
75.51 |
44.68 |
74.67 |
45.65 |
79.13 |
46.62 |
77.48 |
47.59 |
75.9 |
48.56 |
74.38 |
|