Official speed |
87.26 wpm (41.39 seconds elapsed during race) |
Without ending ping |
87.78 wpm (3,118 ms delay sending score to TypeRacer’s server) |
Timerless |
88.83 wpm (453 ms elapsed before first character typed; 37.82 seconds elapsed during race) |
Timerless minus one |
88.52 wpm, ignoring the first character typed |
Race Start |
August 22, 2024 3:34:27pm UTC |
Race Finish |
August 22, 2024 3:35:08pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.3% |
Points |
66.90 |
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('calculatetAreArea() 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 |
453 |
64 |
161 |
55 |
160 |
64 |
63 |
81 |
88 |
72 |
142 |
116 |
109 |
138 |
120 |
22 |
98 |
38 |
281 |
113 |
54 |
76 |
308 |
176 |
132 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
110 |
159 |
87 |
304 |
145 |
111 |
120 |
112 |
89 |
80 |
88 |
168 |
93 |
170 |
75 |
256 |
157 |
81 |
119 |
94 |
124 |
107 |
109 |
127 |
88 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
75 |
120 |
69 |
64 |
208 |
91 |
93 |
151 |
105 |
88 |
161 |
94 |
129 |
146 |
102 |
208 |
96 |
112 |
73 |
87 |
88 |
111 |
82 |
111 |
103 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
93 |
140 |
296 |
185 |
103 |
242 |
191 |
326 |
344 |
184 |
139 |
85 |
115 |
334 |
168 |
162 |
200 |
103 |
150 |
84 |
117 |
103 |
96 |
84 |
70 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
71 |
79 |
81 |
80 |
104 |
88 |
208 |
138 |
318 |
96 |
85 |
106 |
81 |
121 |
231 |
128 |
104 |
91 |
125 |
64 |
97 |
102 |
81 |
105 |
0 |
Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
t |
A |
r |
e |
-e |
-r |
-A |
-t |
A |
Milliseconds |
311 |
207 |
122 |
89 |
70 |
178 |
190 |
145 |
135 |
64 |
128 |
111 |
89 |
91 |
63 |
54 |
0 |
202 |
114 |
51 |
224 |
128 |
137 |
135 |
266 |
Character |
r |
e |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
Milliseconds |
78 |
66 |
81 |
269 |
105 |
169 |
143 |
48 |
175 |
160 |
148 |
69 |
56 |
224 |
167 |
267 |
134 |
49 |
110 |
74 |
111 |
90 |
81 |
68 |
161 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
Milliseconds |
143 |
60 |
135 |
62 |
74 |
247 |
182 |
113 |
106 |
165 |
152 |
193 |
400 |
144 |
88 |
160 |
47 |
224 |
353 |
400 |
111 |
244 |
71 |
159 |
96 |
Character |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
103 |
90 |
82 |
150 |
78 |
96 |
192 |
240 |
72 |
184 |
191 |
88 |
201 |
95 |
105 |
59 |
76 |
129 |
64 |
320 |
351 |
120 |
96 |
386 |
112 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
230 |
136 |
224 |
202 |
174 |
129 |
99 |
102 |
38 |
176 |
218 |
94 |
177 |
64 |
130 |
71 |
133 |
50 |
160 |
91 |
204 |
336 |
128 |
131 |
149 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
73 |
92 |
60 |
106 |
142 |
64 |
113 |
150 |
50 |
87 |
56 |
73 |
70 |
97 |
151 |
73 |
119 |
128 |
88 |
64 |
75 |
86 |
33 |
81 |
93 |
Character |
e |
|
a |
r |
e |
a |
. |
' |
|
; |
-; |
- |
; |
|
} |
|
} |
Milliseconds |
64 |
76 |
94 |
70 |
64 |
108 |
76 |
146 |
302 |
177 |
265 |
119 |
199 |
99 |
102 |
130 |
77 |
|
WPM Timing |
Seconds |
WPM |
0.83 |
57.98 |
1.66 |
94.22 |
2.48 |
96.63 |
3.31 |
94.22 |
4.14 |
89.87 |
4.97 |
91.8 |
5.8 |
91.11 |
6.62 |
96.03 |
7.45 |
96.63 |
8.28 |
95.67 |
9.11 |
97.51 |
9.93 |
95.43 |
10.76 |
92.55 |
11.59 |
91.11 |
12.42 |
87.94 |
13.25 |
90.59 |
14.07 |
91.23 |
14.9 |
91.8 |
15.73 |
91.55 |
16.56 |
92.04 |
17.39 |
91.8 |
18.21 |
92.9 |
19.04 |
88.86 |
19.87 |
88.18 |
20.7 |
88.13 |
21.52 |
87.53 |
22.35 |
89.12 |
23.18 |
89.56 |
24.01 |
88.97 |
24.84 |
87.94 |
25.66 |
86.97 |
26.49 |
86.52 |
27.32 |
86.97 |
28.15 |
86.97 |
28.98 |
87.38 |
29.8 |
86.57 |
30.63 |
85.79 |
31.46 |
85.44 |
32.29 |
85.48 |
33.11 |
85.88 |
33.94 |
85.56 |
34.77 |
86.63 |
35.6 |
87.64 |
36.43 |
89.28 |
37.25 |
88.58 |
38.08 |
87.6 |
38.91 |
92.83 |
39.74 |
90.9 |
40.57 |
89.04 |
41.39 |
87.26 |
|