Official speed |
86.12 wpm (41.94 seconds elapsed during race) |
Without ending ping |
86.47 wpm (3,083 ms delay sending score to TypeRacer’s server) |
Timerless |
87.27 wpm (357 ms elapsed before first character typed; 38.50 seconds elapsed during race) |
Timerless minus one |
86.96 wpm, ignoring the first character typed |
Race Start |
September 5, 2024 4:06:28pm UTC |
Race Finish |
September 5, 2024 4:07:10pm UTC |
Outcome |
No win (2 of 3) |
Accuracy |
99.3% |
Points |
66.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 |
function calculateArea(widght,th, 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 |
357 |
48 |
151 |
100 |
116 |
39 |
88 |
64 |
64 |
72 |
155 |
135 |
167 |
119 |
136 |
97 |
55 |
59 |
221 |
97 |
71 |
98 |
296 |
174 |
136 |
Character |
d |
g |
h |
t |
, |
-, |
-t |
-h |
-g |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
Milliseconds |
57 |
207 |
88 |
128 |
80 |
304 |
119 |
155 |
110 |
291 |
85 |
200 |
115 |
119 |
80 |
119 |
94 |
73 |
66 |
141 |
98 |
151 |
89 |
175 |
162 |
Character |
y |
|
{ |
|
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
Milliseconds |
55 |
103 |
113 |
129 |
118 |
151 |
73 |
64 |
88 |
105 |
78 |
74 |
135 |
103 |
81 |
130 |
125 |
225 |
233 |
135 |
120 |
216 |
73 |
327 |
103 |
Character |
i |
g |
h |
t |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
Milliseconds |
137 |
137 |
87 |
81 |
119 |
112 |
128 |
91 |
61 |
143 |
264 |
201 |
98 |
278 |
193 |
328 |
343 |
191 |
106 |
96 |
95 |
272 |
151 |
90 |
231 |
Character |
|
r |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
Milliseconds |
177 |
127 |
57 |
151 |
104 |
112 |
55 |
73 |
89 |
86 |
65 |
98 |
150 |
99 |
156 |
105 |
321 |
103 |
105 |
112 |
97 |
142 |
97 |
97 |
79 |
Character |
r |
o |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
Milliseconds |
110 |
105 |
79 |
80 |
113 |
98 |
78 |
106 |
184 |
102 |
131 |
85 |
715 |
213 |
263 |
264 |
144 |
67 |
126 |
98 |
101 |
75 |
54 |
57 |
231 |
Character |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
Milliseconds |
90 |
70 |
121 |
295 |
128 |
130 |
126 |
56 |
183 |
160 |
120 |
121 |
74 |
158 |
81 |
112 |
128 |
0 |
407 |
114 |
134 |
99 |
61 |
91 |
173 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
152 |
90 |
119 |
66 |
76 |
225 |
224 |
112 |
162 |
142 |
202 |
640 |
199 |
166 |
57 |
183 |
73 |
175 |
185 |
225 |
169 |
199 |
96 |
183 |
57 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
134 |
115 |
38 |
240 |
112 |
95 |
185 |
151 |
97 |
152 |
280 |
98 |
198 |
104 |
83 |
86 |
118 |
163 |
78 |
175 |
132 |
85 |
114 |
432 |
184 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
190 |
112 |
192 |
160 |
135 |
137 |
112 |
136 |
57 |
170 |
214 |
95 |
152 |
72 |
111 |
113 |
104 |
63 |
90 |
94 |
249 |
152 |
106 |
87 |
127 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
39 |
99 |
80 |
62 |
152 |
96 |
104 |
128 |
79 |
66 |
54 |
72 |
74 |
102 |
130 |
82 |
140 |
106 |
89 |
103 |
39 |
79 |
60 |
103 |
86 |
Character |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
114 |
0 |
494 |
122 |
64 |
70 |
175 |
153 |
504 |
96 |
154 |
102 |
151 |
|
WPM Timing |
Seconds |
WPM |
0.84 |
85.83 |
1.68 |
100.14 |
2.52 |
104.91 |
3.36 |
92.99 |
4.19 |
74.39 |
5.03 |
69.14 |
5.87 |
77.66 |
6.71 |
80.47 |
7.55 |
84.24 |
8.39 |
85.83 |
9.23 |
84.53 |
10.07 |
84.64 |
10.9 |
84.73 |
11.74 |
83.79 |
12.58 |
81.07 |
13.42 |
81.36 |
14.26 |
81.63 |
15.1 |
84.24 |
15.94 |
83.58 |
16.78 |
85.83 |
17.62 |
86.52 |
18.45 |
84.53 |
19.29 |
82.72 |
20.13 |
84.05 |
20.97 |
84.12 |
21.81 |
84.73 |
22.65 |
84.77 |
23.49 |
85.32 |
24.33 |
85.34 |
25.16 |
84.88 |
26 |
83.53 |
26.84 |
83.15 |
27.68 |
83.23 |
28.52 |
83.73 |
29.36 |
83.38 |
30.2 |
83.85 |
31.04 |
83.51 |
31.88 |
83.2 |
32.71 |
83.27 |
33.55 |
84.05 |
34.39 |
84.09 |
35.23 |
85.15 |
36.07 |
86.17 |
36.91 |
87.46 |
37.75 |
87.11 |
38.59 |
86.14 |
39.43 |
91.62 |
40.26 |
89.71 |
41.1 |
87.88 |
41.94 |
86.12 |
|