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.'; } }
—from Throw, a other by http://www.javascriptbook.com
Active since October 4, 2018.
301 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
143. | asdfgrace (asdfgrace) | 73.23 | 95% | 2024-05-24 |
144. | Youssef (sec5x) | 73.16 | 97% | 2023-04-22 |
145. | muchinchai (muchinchai) | 73.03 | 99% | 2023-11-04 |
146. | Mikhail (mayham92) | 73.00 | 98% | 2022-03-09 |
147. | Jake (jmill1125) | 72.93 | 97.4% | 2024-12-03 |
148. | Shobonvip (shobonvip) | 72.51 | 95% | 2024-05-09 |
149. | Ptarmy (ptarmy) | 72.47 | 97% | 2023-06-12 |
150. | Brian L (gmbrianlaw) | 72.31 | 96% | 2024-05-24 |
151. | hakan (haakn) | 72.30 | 98% | 2024-03-12 |
152. | GoKeWhO (gokewhoo) | 72.25 | 96.1% | 2024-09-24 |
153. | Kind Hat (kind_hat1628) | 72.19 | 97% | 2024-07-26 |
154. | (hengnix) | 72.11 | 97% | 2025-03-04 |
155. | Sergito (yoonseok) | 72.09 | 98.6% | 2025-01-10 |
156. | Shoemaker-Levy 9 (atthetop) | 72.08 | 96% | 2018-10-31 |
157. | fishy15 (fishy15) | 72.00 | 97% | 2021-11-23 |
158. | ay (d3b1) | 71.93 | 95% | 2021-09-19 |
159. | dotdotdot (atuladhar1) | 71.92 | 98% | 2023-07-23 |
160. | Jacob (vanosgaming2014) | 71.85 | 96% | 2021-09-19 |
161. | Jackson (london_enjoyer) | 71.47 | 96% | 2023-07-22 |
162. | Varyemez✍️ (ziperz_the_... | 71.41 | 95% | 2023-08-19 |
163. | Eibwen (elbwen) | 71.26 | 95% | 2024-08-27 |
164. | aether (romaxion) | 71.16 | 98% | 2024-09-11 |
165. | (4lsi3w544lwi4lk) | 71.14 | 97% | 2023-05-29 |
166. | Omar (obaqueiro) | 71.06 | 98% | 2019-11-28 |
167. | (sura5) | 70.95 | 97% | 2021-12-07 |
168. | unseasoned lawyer (dindondoe) | 70.90 | 96% | 2021-12-07 |
169. | icebox (flsf) | 70.89 | 97% | 2019-04-29 |
170. | Euan (emh_sk) | 70.89 | 96.5% | 2024-01-21 |
171. | ABCD (x007) | 70.64 | 100% | 2024-09-25 |
172. | ImpyQ (impyq) | 70.64 | 98% | 2025-04-21 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,378 | 48.21 | October 4, 2018 |