Official speed |
84.64 wpm (42.67 seconds elapsed during race) |
Without ending ping |
84.97 wpm (3,130 ms delay sending score to TypeRacer’s server) |
Timerless |
85.97 wpm (460 ms elapsed before first character typed; 39.09 seconds elapsed during race) |
Timerless minus one |
85.66 wpm, ignoring the first character typed |
Race Start |
October 22, 2024 5:10:10pm UTC |
Race Finish |
October 22, 2024 5:10:53pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
64.89 |
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, hweitght) { try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalid number'); } } catch(e) { console.lgoog(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 |
460 |
54 |
192 |
65 |
175 |
42 |
83 |
75 |
49 |
110 |
105 |
72 |
140 |
101 |
129 |
55 |
103 |
59 |
255 |
130 |
122 |
27 |
287 |
163 |
143 |
Character |
d |
t |
h |
, |
|
h |
w |
-w |
e |
i |
t |
-t |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
Milliseconds |
89 |
168 |
93 |
200 |
129 |
119 |
135 |
353 |
73 |
88 |
134 |
385 |
107 |
49 |
93 |
207 |
90 |
221 |
74 |
152 |
151 |
99 |
109 |
112 |
120 |
Character |
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
168 |
128 |
87 |
97 |
105 |
112 |
88 |
64 |
159 |
116 |
109 |
199 |
128 |
98 |
142 |
107 |
86 |
120 |
112 |
114 |
109 |
121 |
89 |
102 |
72 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
160 |
56 |
258 |
102 |
67 |
172 |
313 |
216 |
131 |
221 |
200 |
296 |
266 |
167 |
114 |
105 |
100 |
280 |
160 |
112 |
193 |
104 |
115 |
68 |
120 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
104 |
103 |
97 |
104 |
112 |
95 |
89 |
94 |
297 |
177 |
354 |
104 |
150 |
131 |
70 |
114 |
85 |
176 |
144 |
151 |
97 |
120 |
96 |
83 |
93 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
113 |
71 |
95 |
394 |
265 |
119 |
120 |
177 |
126 |
232 |
210 |
158 |
120 |
90 |
112 |
105 |
86 |
81 |
66 |
52 |
248 |
83 |
53 |
89 |
248 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
151 |
186 |
205 |
68 |
181 |
176 |
127 |
66 |
71 |
147 |
80 |
109 |
87 |
81 |
129 |
22 |
140 |
101 |
99 |
68 |
193 |
159 |
57 |
144 |
63 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
Milliseconds |
106 |
263 |
231 |
100 |
126 |
216 |
262 |
146 |
217 |
157 |
65 |
160 |
72 |
227 |
152 |
247 |
143 |
208 |
63 |
123 |
69 |
120 |
80 |
87 |
160 |
Character |
e |
. |
l |
g |
o |
-o |
-g |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
99 |
94 |
176 |
178 |
152 |
222 |
120 |
168 |
64 |
232 |
264 |
65 |
240 |
167 |
75 |
102 |
88 |
88 |
124 |
187 |
232 |
147 |
93 |
255 |
100 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
Milliseconds |
269 |
147 |
205 |
81 |
150 |
100 |
215 |
102 |
51 |
203 |
233 |
97 |
151 |
81 |
135 |
82 |
135 |
98 |
83 |
381 |
285 |
257 |
209 |
102 |
149 |
Character |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
Milliseconds |
68 |
71 |
59 |
125 |
160 |
67 |
70 |
151 |
97 |
135 |
224 |
64 |
59 |
94 |
144 |
62 |
145 |
139 |
117 |
88 |
80 |
56 |
80 |
73 |
73 |
Character |
e |
|
a |
r |
e |
a |
; |
-; |
. |
' |
; |
|
} |
|
} |
Milliseconds |
97 |
53 |
116 |
83 |
57 |
112 |
152 |
394 |
169 |
141 |
290 |
142 |
144 |
106 |
118 |
|
WPM Timing |
Seconds |
WPM |
0.85 |
56.24 |
1.71 |
91.39 |
2.56 |
93.73 |
3.41 |
91.39 |
4.27 |
87.17 |
5.12 |
77.33 |
5.97 |
78.33 |
6.83 |
80.84 |
7.68 |
84.36 |
8.53 |
84.36 |
9.39 |
86.92 |
10.24 |
89.05 |
11.1 |
86.52 |
11.95 |
83.35 |
12.8 |
83.42 |
13.66 |
83.48 |
14.51 |
86.01 |
15.36 |
83.58 |
16.22 |
84.36 |
17.07 |
85.76 |
17.92 |
84.36 |
18.78 |
83.72 |
19.63 |
84.97 |
20.48 |
85.53 |
21.34 |
84.92 |
22.19 |
86.52 |
23.04 |
86.96 |
23.9 |
86.87 |
24.75 |
86.3 |
25.6 |
86.23 |
26.46 |
85.72 |
27.31 |
86.56 |
28.17 |
84.78 |
29.02 |
84.36 |
29.87 |
84.76 |
30.73 |
83.97 |
31.58 |
83.98 |
32.43 |
83.99 |
33.29 |
84 |
34.14 |
83.3 |
34.99 |
83.33 |
35.85 |
84.02 |
36.7 |
84.69 |
37.55 |
85.96 |
38.41 |
85.3 |
39.26 |
84.66 |
40.11 |
90.04 |
40.97 |
88.17 |
41.82 |
86.37 |
42.67 |
84.64 |
|