Official speed |
69.05 wpm (52.31 seconds elapsed during race) |
Without ending ping |
69.40 wpm (3,897 ms delay sending score to TypeRacer’s server) |
Timerless |
69.96 wpm (386 ms elapsed before first character typed; 48.03 seconds elapsed during race) |
Timerless minus one |
69.71 wpm, ignoring the first character typed |
Race Start |
March 9, 2024 6:49:05pm UTC |
Race Finish |
March 9, 2024 6:49:58pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.6% |
Points |
52.94 |
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 calculate Area(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 auunable 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 |
( |
Milliseconds |
386 |
278 |
216 |
70 |
166 |
47 |
53 |
96 |
85 |
103 |
85 |
77 |
116 |
79 |
110 |
66 |
135 |
76 |
57 |
369 |
288 |
148 |
70 |
32 |
283 |
Character |
w |
i |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
|
t |
r |
y |
|
{ |
|
v |
a |
Milliseconds |
144 |
83 |
109 |
128 |
50 |
193 |
60 |
112 |
37 |
113 |
54 |
122 |
60 |
201 |
127 |
168 |
231 |
143 |
168 |
66 |
94 |
211 |
171 |
126 |
113 |
Character |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
h |
t |
; |
|
Milliseconds |
93 |
41 |
98 |
78 |
69 |
61 |
248 |
166 |
169 |
92 |
69 |
112 |
158 |
117 |
151 |
412 |
498 |
264 |
50 |
103 |
48 |
131 |
84 |
142 |
139 |
Character |
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
e |
t |
u |
r |
Milliseconds |
117 |
205 |
252 |
310 |
436 |
232 |
116 |
273 |
263 |
465 |
297 |
468 |
156 |
48 |
70 |
264 |
167 |
164 |
212 |
291 |
132 |
29 |
202 |
74 |
114 |
Character |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
w |
|
n |
e |
Milliseconds |
79 |
88 |
70 |
90 |
52 |
60 |
186 |
247 |
317 |
180 |
157 |
132 |
82 |
43 |
109 |
863 |
264 |
159 |
94 |
97 |
84 |
103 |
93 |
58 |
89 |
Character |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
a |
( |
) |
|
Milliseconds |
70 |
118 |
278 |
160 |
174 |
68 |
88 |
410 |
315 |
530 |
68 |
105 |
123 |
75 |
91 |
54 |
128 |
103 |
362 |
144 |
45 |
75 |
253 |
49 |
166 |
Character |
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
|
n |
u |
m |
b |
e |
r |
' |
) |
Milliseconds |
114 |
45 |
238 |
157 |
101 |
75 |
57 |
160 |
43 |
77 |
37 |
67 |
61 |
83 |
63 |
103 |
100 |
54 |
203 |
187 |
48 |
172 |
65 |
128 |
448 |
Character |
|
; |
-; |
- |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
( |
e |
) |
|
{ |
|
c |
o |
n |
s |
Milliseconds |
327 |
219 |
399 |
150 |
255 |
143 |
209 |
223 |
232 |
199 |
239 |
124 |
72 |
154 |
40 |
191 |
136 |
322 |
144 |
335 |
355 |
132 |
87 |
97 |
115 |
Character |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
+ |
|
e |
. |
Milliseconds |
61 |
172 |
91 |
157 |
116 |
191 |
108 |
246 |
162 |
190 |
138 |
77 |
114 |
83 |
155 |
361 |
379 |
206 |
159 |
150 |
187 |
567 |
321 |
107 |
149 |
Character |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
w |
e |
r |
e |
Milliseconds |
145 |
76 |
226 |
180 |
72 |
129 |
67 |
229 |
279 |
301 |
62 |
70 |
157 |
82 |
119 |
81 |
93 |
766 |
700 |
181 |
153 |
66 |
39 |
36 |
136 |
Character |
|
a |
u |
-u |
-a |
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
Milliseconds |
172 |
151 |
60 |
374 |
140 |
89 |
187 |
35 |
142 |
62 |
82 |
134 |
50 |
90 |
105 |
122 |
106 |
102 |
117 |
69 |
106 |
61 |
153 |
39 |
91 |
Character |
t |
h |
e |
|
a |
r |
e |
a |
; |
-; |
. |
' |
; |
|
} |
|
} |
Milliseconds |
95 |
43 |
95 |
174 |
68 |
116 |
33 |
68 |
288 |
715 |
527 |
488 |
837 |
888 |
258 |
322 |
309 |
|
WPM Timing |
Seconds |
WPM |
1.05 |
45.88 |
2.09 |
91.76 |
3.14 |
76.47 |
4.18 |
80.29 |
5.23 |
87.17 |
6.28 |
86.03 |
7.32 |
90.12 |
8.37 |
90.33 |
9.42 |
82.84 |
10.46 |
84.88 |
11.51 |
81.33 |
12.55 |
78.38 |
13.6 |
74.11 |
14.65 |
74.56 |
15.69 |
76.47 |
16.74 |
76.71 |
17.79 |
76.24 |
18.83 |
74.56 |
19.88 |
76.06 |
20.92 |
75.13 |
21.97 |
74.83 |
23.02 |
75.6 |
24.06 |
76.3 |
25.11 |
79.33 |
26.15 |
78.91 |
27.2 |
76.32 |
28.25 |
75.19 |
29.29 |
75.37 |
30.34 |
74.36 |
31.39 |
74.56 |
32.43 |
74.74 |
33.48 |
74.91 |
34.52 |
74.38 |
35.57 |
73.21 |
36.62 |
73.41 |
37.66 |
73.6 |
38.71 |
73.16 |
39.76 |
71.84 |
40.8 |
72.06 |
41.85 |
71.97 |
42.89 |
73.3 |
43.94 |
74.56 |
44.99 |
72.82 |
46.03 |
71.69 |
47.08 |
70.35 |
48.13 |
69.57 |
49.17 |
73.46 |
50.22 |
71.93 |
51.26 |
70.46 |
52.31 |
69.05 |
|