Official speed |
45.51 wpm (79.37 seconds elapsed during race) |
Without ending ping |
45.71 wpm (5,861 ms delay sending score to TypeRacer’s server) |
Timerless |
45.86 wpm (241 ms elapsed before first character typed; 73.27 seconds elapsed during race) |
Timerless minus one |
45.70 wpm, ignoring the first character typed |
Race Start |
July 25, 2023 6:27:15am UTC |
Race Finish |
July 25, 2023 6:28:35am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.0% |
Points |
34.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, height) {try try { var area = width * height; if (!isNaN(area)) { return area; } else { throw new Error('calculateArea() received invalide 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 |
241 |
126 |
151 |
94 |
245 |
62 |
151 |
147 |
107 |
76 |
123 |
99 |
117 |
112 |
234 |
35 |
146 |
83 |
330 |
234 |
140 |
895 |
826 |
365 |
70 |
Character |
d |
t |
h |
, |
|
h |
e |
i |
g |
h |
t |
) |
|
{ |
t |
r |
y |
-y |
-r |
-t |
|
t |
r |
y |
|
Milliseconds |
110 |
186 |
71 |
267 |
219 |
125 |
93 |
102 |
90 |
71 |
107 |
563 |
510 |
677 |
248 |
197 |
77 |
427 |
153 |
139 |
244 |
214 |
194 |
71 |
258 |
Character |
{ |
|
v |
a |
r |
|
a |
r |
e |
a |
|
= |
|
w |
i |
d |
t |
h |
|
* |
|
h |
e |
i |
g |
Milliseconds |
675 |
715 |
127 |
66 |
151 |
121 |
406 |
116 |
102 |
116 |
226 |
582 |
186 |
152 |
117 |
98 |
248 |
118 |
225 |
868 |
170 |
116 |
127 |
113 |
76 |
Character |
h |
t |
; |
|
i |
f |
|
( |
! |
i |
s |
N |
a |
N |
( |
a |
r |
e |
a |
) |
) |
|
{ |
|
r |
Milliseconds |
83 |
105 |
780 |
211 |
219 |
129 |
89 |
813 |
1157 |
604 |
62 |
315 |
503 |
431 |
768 |
211 |
160 |
123 |
167 |
813 |
499 |
404 |
731 |
307 |
161 |
Character |
e |
t |
u |
r |
n |
|
a |
r |
e |
a |
; |
|
} |
|
e |
l |
s |
e |
|
{ |
|
t |
h |
r |
o |
Milliseconds |
120 |
110 |
42 |
159 |
54 |
101 |
397 |
91 |
93 |
118 |
687 |
190 |
844 |
256 |
103 |
101 |
123 |
151 |
108 |
706 |
197 |
142 |
175 |
136 |
122 |
Character |
w |
|
n |
e |
w |
|
E |
r |
r |
o |
r |
( |
' |
c |
a |
l |
c |
u |
l |
a |
t |
e |
A |
r |
e |
Milliseconds |
92 |
128 |
281 |
95 |
185 |
105 |
573 |
351 |
211 |
199 |
128 |
836 |
629 |
376 |
110 |
294 |
183 |
182 |
199 |
30 |
111 |
80 |
315 |
218 |
117 |
Character |
a |
( |
) |
|
r |
e |
c |
e |
i |
v |
e |
d |
|
i |
n |
v |
a |
l |
i |
d |
e |
-e |
|
n |
u |
Milliseconds |
152 |
751 |
97 |
170 |
114 |
105 |
183 |
116 |
111 |
121 |
37 |
159 |
224 |
152 |
119 |
105 |
70 |
96 |
183 |
46 |
113 |
483 |
464 |
530 |
85 |
Character |
m |
b |
e |
r |
' |
) |
; |
|
} |
|
} |
|
c |
a |
t |
c |
h |
|
- |
( |
e |
) |
|
{ |
|
Milliseconds |
202 |
214 |
66 |
72 |
730 |
903 |
1076 |
217 |
858 |
445 |
304 |
336 |
98 |
41 |
164 |
179 |
98 |
311 |
365 |
374 |
336 |
510 |
630 |
794 |
255 |
Character |
c |
o |
n |
s |
o |
l |
e |
. |
l |
o |
g |
( |
e |
. |
n |
a |
m |
e |
|
+ |
|
' |
|
' |
|
Milliseconds |
108 |
63 |
158 |
92 |
74 |
179 |
71 |
121 |
165 |
163 |
119 |
776 |
277 |
134 |
243 |
82 |
107 |
89 |
104 |
756 |
668 |
807 |
144 |
347 |
587 |
Character |
+ |
|
e |
. |
m |
e |
s |
s |
a |
g |
e |
) |
; |
|
r |
e |
t |
u |
r |
n |
|
' |
W |
e |
|
Milliseconds |
997 |
212 |
254 |
725 |
215 |
88 |
212 |
165 |
56 |
157 |
67 |
812 |
699 |
266 |
85 |
97 |
119 |
39 |
121 |
63 |
103 |
715 |
269 |
375 |
132 |
Character |
w |
e |
r |
e |
|
u |
n |
a |
b |
l |
e |
|
t |
o |
|
c |
a |
l |
c |
u |
l |
a |
t |
e |
|
Milliseconds |
112 |
193 |
98 |
104 |
115 |
167 |
132 |
115 |
107 |
171 |
62 |
109 |
71 |
64 |
90 |
94 |
73 |
82 |
76 |
123 |
234 |
25 |
153 |
59 |
100 |
Character |
t |
h |
e |
|
a |
r |
e |
a |
. |
' |
; |
|
} |
|
} |
Milliseconds |
109 |
100 |
49 |
101 |
72 |
106 |
88 |
95 |
897 |
1130 |
671 |
408 |
617 |
310 |
345 |
|
WPM Timing |
Seconds |
WPM |
1.59 |
83.16 |
3.17 |
79.38 |
4.76 |
55.44 |
6.35 |
60.48 |
7.94 |
57.45 |
9.52 |
49.14 |
11.11 |
47.52 |
12.7 |
47.25 |
14.29 |
47.88 |
15.87 |
47.63 |
17.46 |
48.8 |
19.05 |
47.88 |
20.64 |
45.36 |
22.22 |
44.82 |
23.81 |
44.35 |
25.4 |
43 |
26.98 |
44.02 |
28.57 |
44.1 |
30.16 |
44.17 |
31.75 |
44.6 |
33.33 |
45.36 |
34.92 |
44.67 |
36.51 |
44.37 |
38.1 |
45.67 |
39.68 |
46.27 |
41.27 |
47.68 |
42.86 |
47.04 |
44.45 |
46.44 |
46.03 |
45.36 |
47.62 |
44.6 |
49.21 |
44.87 |
50.8 |
44.18 |
52.38 |
43.98 |
53.97 |
44.69 |
55.56 |
45.14 |
57.14 |
44.31 |
58.73 |
43.93 |
60.32 |
43.37 |
61.91 |
43.81 |
63.49 |
43.09 |
65.08 |
43.7 |
66.67 |
44.46 |
68.26 |
46.24 |
69.84 |
46.91 |
71.43 |
46.2 |
73.02 |
45.69 |
74.61 |
48.41 |
76.19 |
47.41 |
77.78 |
46.44 |
79.37 |
45.51 |
|