Official speed |
82.44 wpm (43.81 seconds elapsed during race) |
Without ending ping |
83.07 wpm (3,366 ms delay sending score to TypeRacer’s server) |
Timerless |
83.76 wpm (332 ms elapsed before first character typed; 40.12 seconds elapsed during race) |
Timerless minus one |
83.46 wpm, ignoring the first character typed |
Race Start |
January 6, 2025 8:06:06pm UTC |
Race Finish |
January 6, 2025 8:06:50pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.3% |
Points |
63.21 |
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)) {P return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e)_ { console.log(e.name + "' ' + e.message); return 'weeWe 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 |
332 |
143 |
83 |
125 |
43 |
100 |
33 |
79 |
57 |
169 |
58 |
38 |
118 |
96 |
120 |
78 |
136 |
77 |
206 |
159 |
74 |
53 |
195 |
181 |
112 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
115 |
87 |
31 |
209 |
46 |
172 |
146 |
143 |
87 |
151 |
138 |
186 |
202 |
72 |
220 |
146 |
32 |
147 |
122 |
115 |
153 |
108 |
101 |
131 |
42 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
109 |
80 |
66 |
76 |
49 |
129 |
83 |
215 |
90 |
115 |
95 |
17 |
158 |
181 |
256 |
141 |
145 |
93 |
88 |
140 |
73 |
178 |
149 |
160 |
101 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
P |
|
- |
-P |
|
r |
e |
t |
Milliseconds |
106 |
446 |
239 |
413 |
96 |
233 |
134 |
135 |
265 |
226 |
78 |
70 |
65 |
160 |
141 |
140 |
165 |
12 |
173 |
303 |
137 |
90 |
81 |
45 |
117 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
79 |
91 |
73 |
47 |
217 |
68 |
91 |
52 |
146 |
114 |
293 |
135 |
193 |
110 |
64 |
65 |
98 |
115 |
155 |
164 |
112 |
45 |
127 |
57 |
132 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
66 |
75 |
56 |
95 |
224 |
213 |
126 |
59 |
109 |
182 |
299 |
427 |
107 |
133 |
148 |
135 |
108 |
47 |
147 |
110 |
239 |
189 |
56 |
60 |
176 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
188 |
185 |
411 |
33 |
168 |
80 |
106 |
67 |
54 |
160 |
37 |
125 |
42 |
104 |
124 |
122 |
68 |
100 |
79 |
163 |
69 |
148 |
84 |
163 |
104 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
_ |
|
- |
-_ |
|
{ |
|
c |
o |
Milliseconds |
169 |
326 |
218 |
158 |
191 |
116 |
131 |
93 |
230 |
110 |
91 |
199 |
62 |
296 |
112 |
487 |
0 |
163 |
301 |
151 |
69 |
184 |
136 |
261 |
70 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
" |
-" |
' |
|
' |
|
Milliseconds |
33 |
72 |
68 |
156 |
79 |
88 |
225 |
161 |
104 |
142 |
170 |
172 |
306 |
129 |
68 |
100 |
135 |
179 |
139 |
202 |
348 |
230 |
190 |
52 |
258 |
Character |
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
w |
e |
e |
Milliseconds |
132 |
159 |
532 |
91 |
232 |
90 |
221 |
155 |
160 |
109 |
47 |
147 |
191 |
110 |
117 |
49 |
122 |
110 |
96 |
46 |
51 |
296 |
201 |
297 |
180 |
Character |
-e |
-e |
-w |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
Milliseconds |
205 |
162 |
117 |
284 |
237 |
172 |
137 |
68 |
65 |
130 |
99 |
233 |
30 |
64 |
105 |
97 |
80 |
63 |
88 |
119 |
68 |
158 |
150 |
112 |
163 |
Character |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
133 |
187 |
65 |
176 |
57 |
99 |
89 |
84 |
43 |
94 |
64 |
84 |
65 |
79 |
203 |
228 |
336 |
154 |
229 |
115 |
150 |
|
WPM Timing |
Seconds |
WPM |
0.88 |
95.86 |
1.75 |
109.55 |
2.63 |
104.99 |
3.51 |
102.71 |
4.38 |
101.34 |
5.26 |
98.14 |
6.13 |
99.77 |
7.01 |
102.71 |
7.89 |
100.43 |
8.76 |
99.97 |
9.64 |
95.86 |
10.52 |
92.44 |
11.39 |
90.59 |
12.27 |
89.99 |
13.14 |
88.56 |
14.02 |
90.73 |
14.9 |
90.22 |
15.77 |
91.3 |
16.65 |
91.54 |
17.53 |
90.38 |
18.4 |
89.34 |
19.28 |
90.26 |
20.15 |
88.12 |
21.03 |
89.58 |
21.91 |
90.93 |
22.78 |
90.59 |
23.66 |
89.77 |
24.54 |
89.99 |
25.41 |
87.83 |
26.29 |
85.82 |
27.16 |
86.58 |
28.04 |
86.45 |
28.92 |
86.32 |
29.79 |
84.99 |
30.67 |
84.12 |
31.55 |
83.31 |
32.42 |
82.91 |
33.3 |
83.61 |
34.17 |
83.22 |
35.05 |
81.14 |
35.93 |
80.83 |
36.8 |
81.84 |
37.68 |
82.17 |
38.56 |
82.79 |
39.43 |
83.38 |
40.31 |
83.06 |
41.18 |
87.7 |
42.06 |
85.87 |
42.94 |
84.12 |
43.81 |
82.44 |
|