Official speed |
104.02 wpm (34.72 seconds elapsed during race) |
Without ending ping |
104.55 wpm (2,585 ms delay sending score to TypeRacer’s server) |
Timerless |
105.38 wpm (253 ms elapsed before first character typed; 31.89 seconds elapsed during race) |
Timerless minus one |
105.00 wpm, ignoring the first character typed |
Race Start |
January 18, 2024 3:29:50pm UTC |
Race Finish |
January 18, 2024 3:30:25pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.6% |
Points |
79.75 |
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) { 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 |
253 |
96 |
82 |
61 |
142 |
90 |
13 |
96 |
105 |
69 |
126 |
85 |
36 |
71 |
112 |
80 |
30 |
99 |
221 |
126 |
50 |
91 |
186 |
108 |
189 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
r |
|
Milliseconds |
12 |
124 |
68 |
90 |
172 |
82 |
60 |
96 |
46 |
75 |
41 |
211 |
68 |
293 |
116 |
36 |
114 |
56 |
129 |
217 |
92 |
121 |
97 |
90 |
71 |
Character |
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
i |
f |
Milliseconds |
79 |
83 |
56 |
103 |
40 |
176 |
48 |
145 |
133 |
22 |
110 |
91 |
132 |
209 |
84 |
210 |
23 |
103 |
56 |
90 |
47 |
125 |
102 |
180 |
56 |
Character |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
n |
|
Milliseconds |
65 |
119 |
235 |
153 |
104 |
249 |
161 |
264 |
259 |
189 |
100 |
80 |
64 |
167 |
177 |
66 |
103 |
111 |
75 |
69 |
83 |
77 |
63 |
141 |
79 |
Character |
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
w |
|
Milliseconds |
81 |
95 |
34 |
78 |
233 |
84 |
124 |
110 |
159 |
95 |
152 |
43 |
79 |
118 |
119 |
15 |
43 |
69 |
23 |
145 |
86 |
72 |
59 |
107 |
93 |
Character |
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
r |
e |
Milliseconds |
211 |
158 |
154 |
102 |
62 |
184 |
222 |
123 |
154 |
53 |
38 |
100 |
97 |
91 |
54 |
71 |
201 |
139 |
66 |
85 |
166 |
74 |
79 |
94 |
55 |
Character |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
|
- |
Milliseconds |
99 |
117 |
70 |
12 |
113 |
60 |
93 |
86 |
44 |
150 |
106 |
70 |
97 |
59 |
79 |
64 |
60 |
88 |
139 |
70 |
85 |
135 |
82 |
144 |
266 |
Character |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
o |
l |
e |
. |
Milliseconds |
148 |
53 |
204 |
89 |
166 |
90 |
144 |
106 |
73 |
149 |
58 |
183 |
212 |
446 |
97 |
300 |
681 |
295 |
114 |
71 |
36 |
121 |
100 |
69 |
172 |
Character |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
m |
e |
s |
s |
Milliseconds |
111 |
73 |
83 |
122 |
172 |
210 |
50 |
130 |
44 |
128 |
128 |
216 |
92 |
701 |
126 |
173 |
104 |
286 |
53 |
329 |
213 |
99 |
102 |
100 |
168 |
Character |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
|
u |
n |
a |
Milliseconds |
64 |
86 |
74 |
151 |
203 |
50 |
107 |
66 |
96 |
61 |
74 |
149 |
59 |
169 |
254 |
102 |
99 |
157 |
58 |
120 |
23 |
96 |
74 |
38 |
133 |
Character |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
t |
h |
e |
|
a |
r |
e |
a |
Milliseconds |
77 |
28 |
76 |
90 |
53 |
91 |
108 |
47 |
109 |
58 |
54 |
86 |
97 |
94 |
19 |
101 |
41 |
43 |
46 |
47 |
106 |
59 |
119 |
18 |
95 |
Character |
. |
' |
; |
|
} |
|
} |
Milliseconds |
246 |
230 |
243 |
68 |
154 |
120 |
76 |
|
WPM Timing |
Seconds |
WPM |
0.69 |
86.4 |
1.39 |
120.95 |
2.08 |
120.95 |
2.78 |
116.63 |
3.47 |
120.95 |
4.17 |
112.31 |
4.86 |
113.55 |
5.56 |
118.79 |
6.25 |
117.11 |
6.94 |
115.77 |
7.64 |
114.67 |
8.33 |
113.75 |
9.03 |
108.99 |
9.72 |
107.38 |
10.42 |
107.13 |
11.11 |
109.07 |
11.81 |
109.77 |
12.5 |
109.43 |
13.2 |
112.77 |
13.89 |
110.59 |
14.58 |
109.43 |
15.28 |
110.74 |
15.97 |
111.19 |
16.67 |
113.03 |
17.36 |
114.04 |
18.06 |
114.31 |
18.75 |
111.99 |
19.45 |
111.08 |
20.14 |
110.23 |
20.83 |
108.28 |
21.53 |
105.35 |
22.22 |
104.75 |
22.92 |
104.72 |
23.61 |
104.18 |
24.31 |
104.17 |
25 |
101.75 |
25.7 |
101.34 |
26.39 |
100.04 |
27.08 |
100.57 |
27.78 |
101.08 |
28.47 |
100.72 |
29.17 |
101.62 |
29.86 |
102.87 |
30.56 |
104.46 |
31.25 |
105.21 |
31.95 |
104.43 |
32.64 |
110.66 |
33.34 |
108.35 |
34.03 |
106.14 |
34.72 |
104.02 |
|