Official speed |
97.36 wpm (37.10 seconds elapsed during race) |
Without ending ping |
98.92 wpm (3,131 ms delay sending score to TypeRacer’s server) |
Timerless |
99.13 wpm (72 ms elapsed before first character typed; 33.90 seconds elapsed during race) |
Timerless minus one |
98.77 wpm, ignoring the first character typed |
Race Start |
August 1, 2023 6:58:40am UTC |
Race Finish |
August 1, 2023 6:59:17am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.3% |
Points |
74.64 |
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() receivec d 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 |
72 |
92 |
159 |
56 |
161 |
20 |
32 |
63 |
28 |
105 |
122 |
66 |
132 |
37 |
127 |
21 |
130 |
91 |
218 |
149 |
48 |
101 |
266 |
144 |
104 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
83 |
118 |
37 |
187 |
49 |
143 |
59 |
92 |
99 |
92 |
74 |
204 |
15 |
226 |
37 |
164 |
167 |
83 |
18 |
201 |
23 |
137 |
53 |
127 |
48 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
78 |
84 |
83 |
91 |
141 |
42 |
179 |
421 |
97 |
92 |
128 |
44 |
43 |
175 |
96 |
75 |
50 |
99 |
70 |
66 |
111 |
102 |
69 |
120 |
67 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
69 |
123 |
245 |
168 |
100 |
234 |
155 |
251 |
253 |
170 |
125 |
28 |
601 |
275 |
133 |
81 |
167 |
49 |
78 |
107 |
99 |
80 |
111 |
75 |
55 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
84 |
65 |
85 |
0 |
498 |
129 |
179 |
64 |
108 |
134 |
57 |
95 |
66 |
156 |
43 |
131 |
79 |
131 |
69 |
64 |
131 |
44 |
52 |
112 |
103 |
Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
Milliseconds |
291 |
125 |
165 |
60 |
94 |
177 |
162 |
98 |
129 |
86 |
84 |
115 |
70 |
29 |
152 |
81 |
199 |
173 |
14 |
145 |
266 |
158 |
89 |
80 |
66 |
Character |
c |
e |
i |
v |
e |
c |
|
- |
-c |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
Milliseconds |
174 |
156 |
84 |
38 |
85 |
190 |
114 |
321 |
80 |
90 |
60 |
82 |
86 |
46 |
91 |
83 |
20 |
108 |
56 |
60 |
154 |
200 |
124 |
68 |
90 |
Character |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
Milliseconds |
98 |
865 |
267 |
102 |
159 |
50 |
145 |
67 |
180 |
124 |
99 |
206 |
56 |
211 |
124 |
211 |
206 |
275 |
33 |
183 |
109 |
113 |
90 |
82 |
160 |
Character |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
Milliseconds |
49 |
122 |
119 |
178 |
59 |
163 |
147 |
70 |
126 |
94 |
102 |
40 |
77 |
183 |
55 |
183 |
76 |
143 |
56 |
412 |
140 |
116 |
98 |
173 |
66 |
Character |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
Milliseconds |
112 |
171 |
127 |
95 |
62 |
228 |
182 |
49 |
127 |
117 |
104 |
111 |
106 |
87 |
65 |
142 |
225 |
139 |
92 |
85 |
67 |
49 |
92 |
76 |
124 |
Character |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
Milliseconds |
185 |
107 |
63 |
157 |
65 |
73 |
56 |
129 |
13 |
169 |
110 |
83 |
134 |
111 |
39 |
162 |
93 |
94 |
61 |
88 |
66 |
19 |
104 |
85 |
94 |
Character |
e |
a |
. |
' |
|
; |
-; |
- |
; |
|
} |
|
} |
Milliseconds |
40 |
51 |
111 |
203 |
137 |
53 |
289 |
78 |
142 |
60 |
175 |
44 |
147 |
|
WPM Timing |
Seconds |
WPM |
0.74 |
145.55 |
1.48 |
137.47 |
2.23 |
118.6 |
2.97 |
113.21 |
3.71 |
116.44 |
4.45 |
113.21 |
5.19 |
117.83 |
5.94 |
115.23 |
6.68 |
113.21 |
7.42 |
114.83 |
8.16 |
114.68 |
8.9 |
110.51 |
9.65 |
108.23 |
10.39 |
101.66 |
11.13 |
102.43 |
11.87 |
105.12 |
12.61 |
101.79 |
13.36 |
103.33 |
14.1 |
104.7 |
14.84 |
103.51 |
15.58 |
103.2 |
16.32 |
103.65 |
17.07 |
102.66 |
17.81 |
103.78 |
18.55 |
100.27 |
19.29 |
102.63 |
20.03 |
102.43 |
20.78 |
99.35 |
21.52 |
98.15 |
22.26 |
98.11 |
23 |
97.56 |
23.74 |
96.53 |
24.49 |
97.04 |
25.23 |
97.04 |
25.97 |
97.96 |
26.71 |
97.04 |
27.45 |
97.04 |
28.2 |
96.61 |
28.94 |
97.45 |
29.68 |
97.44 |
30.42 |
97.83 |
31.16 |
98.58 |
31.91 |
98.92 |
32.65 |
100.71 |
33.39 |
98.83 |
34.13 |
105.83 |
34.87 |
103.57 |
35.62 |
101.42 |
36.36 |
99.35 |
37.1 |
97.36 |
|