Official speed |
99.98 wpm (36.13 seconds elapsed during race) |
Without ending ping |
100.70 wpm (2,759 ms delay sending score to TypeRacer’s server) |
Timerless |
101.88 wpm (389 ms elapsed before first character typed; 32.98 seconds elapsed during race) |
Timerless minus one |
101.52 wpm, ignoring the first character typed |
Race Start |
June 29, 2024 6:55:34am UTC |
Race Finish |
June 29, 2024 6:56:10am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
76.65 |
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) { consoe.le.log(e.name + ' ' + e.message); return 'wEWe 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 |
389 |
0 |
126 |
60 |
125 |
31 |
31 |
31 |
77 |
93 |
62 |
77 |
111 |
61 |
47 |
61 |
62 |
47 |
250 |
110 |
46 |
48 |
235 |
141 |
76 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
93 |
158 |
46 |
124 |
64 |
122 |
30 |
95 |
92 |
79 |
62 |
189 |
107 |
267 |
43 |
141 |
138 |
48 |
62 |
127 |
77 |
49 |
122 |
63 |
62 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
( |
|
- |
-( |
* |
|
h |
e |
i |
g |
h |
t |
Milliseconds |
126 |
63 |
46 |
48 |
91 |
78 |
63 |
130 |
89 |
94 |
311 |
78 |
61 |
202 |
61 |
405 |
94 |
185 |
31 |
187 |
77 |
48 |
328 |
94 |
77 |
Character |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
Milliseconds |
154 |
62 |
214 |
98 |
75 |
199 |
266 |
283 |
78 |
216 |
154 |
248 |
233 |
235 |
62 |
31 |
111 |
247 |
111 |
108 |
190 |
76 |
110 |
46 |
124 |
Character |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
Milliseconds |
92 |
63 |
77 |
32 |
77 |
77 |
30 |
48 |
221 |
187 |
189 |
78 |
153 |
61 |
93 |
15 |
62 |
156 |
46 |
111 |
61 |
78 |
30 |
93 |
63 |
Character |
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
Milliseconds |
92 |
78 |
63 |
31 |
216 |
155 |
109 |
61 |
94 |
202 |
170 |
467 |
124 |
63 |
112 |
59 |
61 |
31 |
96 |
29 |
205 |
175 |
28 |
63 |
280 |
Character |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
127 |
93 |
105 |
62 |
140 |
126 |
77 |
77 |
47 |
139 |
32 |
95 |
60 |
31 |
46 |
61 |
47 |
48 |
62 |
108 |
125 |
98 |
92 |
90 |
46 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
e |
Milliseconds |
46 |
284 |
264 |
63 |
249 |
77 |
172 |
64 |
296 |
94 |
62 |
155 |
77 |
236 |
109 |
204 |
186 |
140 |
45 |
142 |
77 |
30 |
108 |
61 |
220 |
Character |
. |
-. |
-e |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
Milliseconds |
62 |
403 |
91 |
187 |
78 |
63 |
157 |
124 |
123 |
170 |
140 |
94 |
156 |
79 |
46 |
94 |
480 |
248 |
63 |
295 |
125 |
171 |
109 |
217 |
47 |
Character |
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
w |
E |
-E |
-w |
W |
Milliseconds |
264 |
62 |
172 |
94 |
205 |
157 |
74 |
78 |
16 |
248 |
200 |
78 |
124 |
63 |
107 |
93 |
92 |
62 |
48 |
128 |
72 |
273 |
198 |
220 |
282 |
Character |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
Milliseconds |
139 |
64 |
77 |
46 |
63 |
61 |
62 |
93 |
124 |
47 |
80 |
46 |
49 |
122 |
31 |
94 |
30 |
248 |
62 |
93 |
77 |
123 |
79 |
76 |
80 |
Character |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
46 |
47 |
78 |
45 |
31 |
79 |
108 |
47 |
30 |
63 |
61 |
295 |
314 |
108 |
157 |
30 |
124 |
|
WPM Timing |
Seconds |
WPM |
0.72 |
83.04 |
1.45 |
141.17 |
2.17 |
121.79 |
2.89 |
124.56 |
3.61 |
122.9 |
4.34 |
119.02 |
5.06 |
123.37 |
5.78 |
124.56 |
6.5 |
116.26 |
7.23 |
107.95 |
7.95 |
107.2 |
8.67 |
105.18 |
9.39 |
102.2 |
10.12 |
98.46 |
10.84 |
97.43 |
11.56 |
98.61 |
12.28 |
101.6 |
13.01 |
100.57 |
13.73 |
104.02 |
14.45 |
104.63 |
15.17 |
104.39 |
15.9 |
102.67 |
16.62 |
103.98 |
17.34 |
103.8 |
18.06 |
104.96 |
18.79 |
107.31 |
19.51 |
106.41 |
20.23 |
106.17 |
20.95 |
105.37 |
21.68 |
104.08 |
22.4 |
104.47 |
23.12 |
101.2 |
23.84 |
101.16 |
24.57 |
101.6 |
25.29 |
100.12 |
26.01 |
99.19 |
26.73 |
98.75 |
27.46 |
98.77 |
28.18 |
98.8 |
28.9 |
98.4 |
29.62 |
96 |
30.35 |
97.28 |
31.07 |
98.49 |
31.79 |
99.65 |
32.51 |
101.12 |
33.24 |
100.37 |
33.96 |
106.36 |
34.68 |
104.15 |
35.4 |
102.02 |
36.13 |
99.98 |
|