Official speed |
86.04 wpm (41.98 seconds elapsed during race) |
Without ending ping |
86.59 wpm (3,176 ms delay sending score to TypeRacer’s server) |
Timerless |
87.49 wpm (398 ms elapsed before first character typed; 38.41 seconds elapsed during race) |
Timerless minus one |
87.17 wpm, ignoring the first character typed |
Race Start |
February 12, 2025 5:33:25pm UTC |
Race Finish |
February 12, 2025 5:34:07pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.3% |
Points |
65.96 |
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 |
398 |
69 |
162 |
79 |
164 |
39 |
63 |
69 |
65 |
115 |
118 |
83 |
137 |
115 |
102 |
107 |
87 |
78 |
193 |
118 |
79 |
76 |
305 |
146 |
135 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
60 |
167 |
87 |
174 |
101 |
143 |
205 |
113 |
125 |
79 |
101 |
148 |
126 |
180 |
108 |
195 |
158 |
68 |
103 |
140 |
85 |
148 |
160 |
109 |
50 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
133 |
110 |
79 |
67 |
147 |
125 |
85 |
137 |
98 |
78 |
169 |
95 |
102 |
124 |
95 |
100 |
110 |
91 |
113 |
80 |
91 |
118 |
89 |
146 |
78 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
80 |
138 |
329 |
206 |
116 |
300 |
238 |
345 |
297 |
163 |
115 |
94 |
117 |
280 |
144 |
108 |
323 |
152 |
198 |
68 |
134 |
110 |
117 |
89 |
34 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
125 |
106 |
69 |
59 |
173 |
104 |
216 |
73 |
148 |
133 |
93 |
99 |
91 |
139 |
87 |
89 |
98 |
110 |
107 |
101 |
82 |
97 |
100 |
104 |
22 |
Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
Milliseconds |
290 |
117 |
151 |
88 |
117 |
149 |
254 |
207 |
134 |
87 |
122 |
119 |
105 |
67 |
77 |
61 |
218 |
111 |
52 |
85 |
282 |
119 |
132 |
150 |
86 |
Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
; |
|
Milliseconds |
177 |
193 |
142 |
115 |
58 |
151 |
76 |
83 |
93 |
109 |
80 |
52 |
146 |
84 |
63 |
108 |
180 |
151 |
85 |
107 |
107 |
104 |
314 |
238 |
117 |
Character |
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
Milliseconds |
188 |
126 |
229 |
68 |
378 |
131 |
63 |
161 |
67 |
176 |
188 |
210 |
110 |
225 |
97 |
127 |
65 |
112 |
105 |
86 |
153 |
62 |
117 |
222 |
179 |
Character |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
Milliseconds |
117 |
259 |
173 |
108 |
262 |
139 |
90 |
92 |
75 |
206 |
96 |
371 |
112 |
114 |
88 |
313 |
149 |
194 |
179 |
437 |
102 |
141 |
127 |
124 |
102 |
Character |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
" |
-" |
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
Milliseconds |
0 |
173 |
222 |
84 |
107 |
78 |
122 |
86 |
125 |
70 |
86 |
175 |
401 |
190 |
301 |
162 |
140 |
107 |
132 |
52 |
68 |
74 |
146 |
131 |
95 |
Character |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
Milliseconds |
107 |
88 |
78 |
64 |
99 |
77 |
56 |
104 |
129 |
120 |
170 |
94 |
107 |
77 |
93 |
46 |
75 |
72 |
80 |
67 |
57 |
107 |
101 |
61 |
71 |
Character |
. |
' |
: |
|
- |
-: |
; |
|
} |
|
} |
Milliseconds |
176 |
186 |
337 |
251 |
284 |
115 |
201 |
118 |
1134 |
166 |
166 |
|
WPM Timing |
Seconds |
WPM |
0.84 |
57.17 |
1.68 |
100.05 |
2.52 |
104.81 |
3.36 |
96.47 |
4.2 |
94.33 |
5.04 |
95.28 |
5.88 |
93.92 |
6.72 |
96.47 |
7.56 |
96.87 |
8.4 |
100.05 |
9.24 |
100.05 |
10.08 |
96.47 |
10.91 |
91.25 |
11.75 |
90.86 |
12.59 |
88.61 |
13.43 |
91.11 |
14.27 |
91.64 |
15.11 |
92.9 |
15.95 |
94.03 |
16.79 |
93.61 |
17.63 |
92.56 |
18.47 |
94.2 |
19.31 |
93.21 |
20.15 |
93.5 |
20.99 |
94.9 |
21.83 |
94.55 |
22.67 |
93.69 |
23.51 |
92.39 |
24.35 |
92.16 |
25.19 |
92.42 |
26.03 |
92.21 |
26.87 |
91.11 |
27.71 |
91.38 |
28.55 |
90.38 |
29.39 |
89.43 |
30.23 |
89.72 |
31.07 |
90 |
31.91 |
88.76 |
32.74 |
87.95 |
33.58 |
88.97 |
34.42 |
89.94 |
35.26 |
90.86 |
36.1 |
91.4 |
36.94 |
89.33 |
37.78 |
87.98 |
38.62 |
86.38 |
39.46 |
91.53 |
40.3 |
89.62 |
41.14 |
87.8 |
41.98 |
86.04 |
|