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 |
|---|---|---|---|---|
| 256. | (peaceinchrist) | 66.32 | 96% | 2021-12-07 |
| 257. | Darko (darkec) | 66.27 | 98% | 2020-11-20 |
| 258. | Sumit (sumit_ghag) | 66.23 | 96.4% | 2024-01-27 |
| 259. | tstats[azhy_01] (azhy_01) | 66.18 | 97% | 2024-08-25 |
| 260. | T (quasar_owl) | 66.09 | 96% | 2025-02-20 |
| 261. | dvorak the supreme (drdilyor_) | 66.02 | 95% | 2022-03-21 |
| 262. | nmyo (nmyo) | 66.01 | 96% | 2019-02-25 |
| 263. | ChK (chkg2a) | 65.79 | 97% | 2024-03-12 |
| 264. | slayer (im_a_type_racist) | 65.62 | 97% | 2023-10-01 |
| 265. | Jdka (jdka) | 65.61 | 96% | 2023-08-11 |
| 266. | Han (hahahan) | 65.54 | 96% | 2023-09-15 |
| 267. | burger flipper (melikepi) | 65.53 | 95% | 2019-11-13 |
| 268. | Steve (iesftyper) | 65.52 | 98% | 2023-08-07 |
| 269. | Lannpha (lannpha) | 65.49 | 98% | 2020-11-18 |
| 270. | لآ اِلَهَ اِلّ... | 65.48 | 98% | 2023-06-04 |
| 271. | HUNGRY (hungry04) | 65.44 | 94% | 2023-06-20 |
| 272. | Hue (nshue) | 65.39 | 95% | 2025-03-08 |
| 273. | Alex (alexklaus) | 65.36 | 99% | 2021-08-30 |
| 274. | (cubeyfantwo) | 65.35 | 94% | 2020-11-29 |
| 275. | GreyMatcha (greymatchaa) | 65.31 | 96% | 2025-08-23 |
| 276. | menv (menv) | 65.22 | 96% | 2024-06-10 |
| 277. | Samoa (keepinupwmae) | 65.15 | 99% | 2025-03-16 |
| 278. | Lego (lamborgotii) | 65.13 | 94% | 2024-01-14 |
| 279. | zhm (keshi_lvr) | 65.11 | 94% | 2025-04-23 |
| 280. | Arthur Volant (volantar) | 65.04 | 96% | 2024-12-04 |
| 281. | Esmael_Samir (3agwa_79) | 64.99 | 96% | 2023-05-23 |
| 282. | Vishal Singh Adhikari (vizz... | 64.99 | 97.1% | 2024-04-22 |
| 283. | I'm better than (abra_cadabra) | 64.96 | 97% | 2024-11-20 |
| 284. | (scraex) | 64.92 | 93% | 2021-12-07 |
| 285. | Frank (frankbryden) | 64.86 | 95.3% | 2024-12-04 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,378 | 48.21 | October 4, 2018 |