Official speed |
77.40 wpm (46.67 seconds elapsed during race) |
Without ending ping |
77.64 wpm (3,392 ms delay sending score to TypeRacer’s server) |
Timerless |
78.18 wpm (299 ms elapsed before first character typed; 42.98 seconds elapsed during race) |
Timerless minus one |
77.90 wpm, ignoring the first character typed |
Race Start |
July 26, 2024 4:14:51pm UTC |
Race Finish |
July 26, 2024 4:15:37pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
59.34 |
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 { avvar 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 ' WWe were unable to calculate the areal.'.'; } } |
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 |
299 |
99 |
169 |
47 |
150 |
50 |
84 |
6 |
90 |
70 |
66 |
83 |
100 |
85 |
67 |
89 |
107 |
85 |
269 |
104 |
65 |
95 |
202 |
168 |
121 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
a |
v |
-v |
-a |
Milliseconds |
60 |
200 |
83 |
176 |
91 |
122 |
44 |
125 |
67 |
79 |
79 |
192 |
100 |
216 |
127 |
85 |
169 |
79 |
89 |
161 |
100 |
121 |
265 |
199 |
177 |
Character |
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
194 |
94 |
107 |
78 |
97 |
71 |
97 |
99 |
155 |
146 |
179 |
206 |
79 |
103 |
152 |
98 |
71 |
169 |
92 |
192 |
77 |
101 |
80 |
84 |
70 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
183 |
89 |
496 |
79 |
119 |
208 |
443 |
402 |
52 |
217 |
167 |
243 |
368 |
244 |
112 |
77 |
101 |
252 |
146 |
99 |
308 |
416 |
189 |
77 |
181 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
100 |
102 |
94 |
84 |
68 |
133 |
115 |
33 |
114 |
104 |
307 |
460 |
142 |
127 |
85 |
60 |
116 |
185 |
135 |
158 |
111 |
80 |
101 |
115 |
100 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
191 |
77 |
82 |
66 |
287 |
132 |
179 |
78 |
107 |
229 |
201 |
308 |
64 |
82 |
119 |
90 |
91 |
90 |
94 |
85 |
286 |
98 |
66 |
102 |
228 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
69 |
154 |
192 |
66 |
204 |
170 |
88 |
78 |
101 |
170 |
67 |
111 |
81 |
55 |
68 |
78 |
67 |
83 |
75 |
91 |
168 |
169 |
80 |
157 |
66 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
Milliseconds |
79 |
261 |
225 |
156 |
219 |
129 |
278 |
82 |
253 |
93 |
105 |
169 |
93 |
186 |
147 |
286 |
155 |
298 |
242 |
404 |
84 |
72 |
68 |
79 |
148 |
Character |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
Milliseconds |
88 |
113 |
149 |
135 |
54 |
180 |
259 |
192 |
226 |
42 |
112 |
68 |
131 |
207 |
157 |
181 |
124 |
219 |
114 |
503 |
114 |
151 |
204 |
685 |
73 |
Character |
s |
s |
a |
g |
e |
) |
|
- |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
|
W |
-W |
- |
W |
e |
|
Milliseconds |
175 |
271 |
215 |
91 |
101 |
200 |
180 |
282 |
249 |
142 |
204 |
78 |
131 |
71 |
100 |
69 |
57 |
148 |
122 |
259 |
302 |
184 |
306 |
176 |
133 |
Character |
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
Milliseconds |
316 |
75 |
84 |
121 |
80 |
95 |
164 |
44 |
95 |
100 |
41 |
136 |
24 |
149 |
52 |
148 |
100 |
22 |
148 |
80 |
75 |
108 |
64 |
92 |
63 |
Character |
t |
h |
e |
|
a |
r |
e |
a |
l |
. |
' |
-' |
-. |
-l |
. |
' |
; |
|
} |
|
} |
Milliseconds |
79 |
102 |
57 |
127 |
108 |
77 |
67 |
115 |
100 |
193 |
168 |
180 |
162 |
164 |
124 |
193 |
419 |
378 |
1055 |
184 |
205 |
|
WPM Timing |
Seconds |
WPM |
0.93 |
102.86 |
1.87 |
115.71 |
2.8 |
107.14 |
3.73 |
106.07 |
4.67 |
105.43 |
5.6 |
98.57 |
6.53 |
91.84 |
7.47 |
91.61 |
8.4 |
92.86 |
9.33 |
93.86 |
10.27 |
90 |
11.2 |
86.79 |
12.13 |
83.08 |
13.07 |
83.57 |
14 |
81.43 |
14.93 |
83.57 |
15.87 |
81.68 |
16.8 |
82.14 |
17.73 |
83.91 |
18.67 |
83.57 |
19.6 |
83.27 |
20.53 |
84.16 |
21.47 |
83.85 |
22.4 |
85.18 |
23.33 |
86.91 |
24.27 |
86.54 |
25.2 |
85.71 |
26.13 |
85.41 |
27.07 |
84.24 |
28 |
84.43 |
28.93 |
84.19 |
29.87 |
84.37 |
30.8 |
83.77 |
31.73 |
82.82 |
32.67 |
81.55 |
33.6 |
81.07 |
34.53 |
80.27 |
35.47 |
80.19 |
36.4 |
78.46 |
37.33 |
79.07 |
38.27 |
80.28 |
39.2 |
81.73 |
40.13 |
81.63 |
41.07 |
80.36 |
42 |
79.14 |
42.93 |
77.7 |
43.87 |
82.34 |
44.8 |
80.62 |
45.73 |
78.98 |
46.67 |
77.4 |
|