Official speed |
92.85 wpm (38.90 seconds elapsed during race) |
Without ending ping |
93.48 wpm (2,956 ms delay sending score to TypeRacer’s server) |
Timerless |
94.04 wpm (216 ms elapsed before first character typed; 35.73 seconds elapsed during race) |
Timerless minus one |
93.71 wpm, ignoring the first character typed |
Race Start |
August 6, 2023 9:13:48am UTC |
Race Finish |
August 6, 2023 9:14:27am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
71.18 |
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 { va rr area = width * height; if (!isNaAN(area)) { return area; } else { throw new Error('caullculateArea() 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 |
216 |
83 |
122 |
34 |
128 |
57 |
29 |
32 |
46 |
84 |
68 |
52 |
197 |
147 |
40 |
79 |
81 |
35 |
216 |
148 |
58 |
75 |
251 |
124 |
49 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
|
r |
Milliseconds |
144 |
156 |
52 |
132 |
43 |
91 |
89 |
72 |
100 |
45 |
106 |
164 |
75 |
197 |
199 |
123 |
129 |
49 |
187 |
128 |
112 |
98 |
75 |
127 |
52 |
Character |
-r |
- |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
295 |
92 |
60 |
105 |
66 |
88 |
46 |
71 |
66 |
72 |
86 |
61 |
67 |
86 |
147 |
71 |
100 |
107 |
82 |
65 |
46 |
132 |
69 |
84 |
131 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
A |
-A |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
Milliseconds |
264 |
153 |
101 |
94 |
61 |
174 |
261 |
306 |
105 |
233 |
159 |
401 |
466 |
188 |
246 |
206 |
76 |
39 |
162 |
279 |
119 |
142 |
160 |
140 |
154 |
Character |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
Milliseconds |
38 |
107 |
92 |
85 |
76 |
56 |
44 |
72 |
52 |
63 |
88 |
73 |
231 |
114 |
97 |
77 |
74 |
34 |
64 |
142 |
113 |
98 |
84 |
86 |
66 |
Character |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
u |
l |
-l |
-u |
l |
c |
u |
l |
a |
t |
Milliseconds |
99 |
83 |
58 |
73 |
39 |
72 |
193 |
140 |
179 |
74 |
106 |
347 |
478 |
195 |
84 |
127 |
75 |
307 |
91 |
164 |
74 |
106 |
45 |
107 |
54 |
Character |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
Milliseconds |
73 |
231 |
180 |
51 |
78 |
480 |
33 |
123 |
131 |
59 |
131 |
148 |
128 |
152 |
74 |
123 |
89 |
89 |
50 |
48 |
54 |
31 |
64 |
82 |
56 |
Character |
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
Milliseconds |
48 |
143 |
117 |
76 |
77 |
78 |
92 |
304 |
209 |
183 |
183 |
197 |
227 |
77 |
124 |
64 |
83 |
139 |
36 |
220 |
125 |
253 |
141 |
157 |
108 |
Character |
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
' |
|
- |
Milliseconds |
120 |
93 |
55 |
77 |
59 |
131 |
131 |
99 |
200 |
123 |
80 |
160 |
191 |
82 |
181 |
100 |
68 |
80 |
96 |
128 |
83 |
154 |
467 |
226 |
264 |
Character |
-' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
116 |
277 |
154 |
171 |
309 |
79 |
149 |
38 |
349 |
128 |
186 |
148 |
53 |
56 |
50 |
210 |
279 |
40 |
111 |
52 |
103 |
75 |
65 |
69 |
42 |
Character |
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
Milliseconds |
132 |
176 |
281 |
114 |
83 |
36 |
70 |
81 |
62 |
38 |
129 |
93 |
66 |
63 |
79 |
78 |
43 |
82 |
50 |
70 |
132 |
247 |
94 |
107 |
43 |
Character |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
80 |
59 |
65 |
71 |
119 |
142 |
46 |
114 |
46 |
68 |
20 |
397 |
515 |
167 |
282 |
155 |
223 |
120 |
155 |
|
WPM Timing |
Seconds |
WPM |
0.78 |
138.81 |
1.56 |
138.81 |
2.33 |
118.25 |
3.11 |
119.53 |
3.89 |
117.22 |
4.67 |
113.11 |
5.45 |
105.76 |
6.22 |
107.96 |
7 |
111.39 |
7.78 |
111.05 |
8.56 |
107.96 |
9.34 |
104.11 |
10.11 |
97.29 |
10.89 |
92.54 |
11.67 |
92.54 |
12.45 |
93.51 |
13.23 |
96.17 |
14 |
98.54 |
14.78 |
101.47 |
15.56 |
100.25 |
16.34 |
96.95 |
17.12 |
93.94 |
17.89 |
94.55 |
18.67 |
93.18 |
19.45 |
93.78 |
20.23 |
95.51 |
21.01 |
97.68 |
21.78 |
96.4 |
22.56 |
95.2 |
23.34 |
95.63 |
24.12 |
95.53 |
24.9 |
95.92 |
25.67 |
95.35 |
26.45 |
96.17 |
27.23 |
93.42 |
28.01 |
91.68 |
28.79 |
91.29 |
29.57 |
91.32 |
30.34 |
91.35 |
31.12 |
91.77 |
31.9 |
92.92 |
32.68 |
94.38 |
33.46 |
95.05 |
34.23 |
95.35 |
35.01 |
94.26 |
35.79 |
93.21 |
36.57 |
98.78 |
37.35 |
96.72 |
38.12 |
94.74 |
38.9 |
92.85 |
|